From c75636a017cac6513574cf56e490b00bf3444fd4 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Wed, 7 Aug 2019 14:59:40 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index ecc7a86..51025d2 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -5,13 +5,13 @@ CryptoExchange.Net JKorf - 2.1.6 + 2.1.7 false https://github.com/JKorf/CryptoExchange.Net https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE en true - 2.1.6 - Fix for missing subscription events if they are also a request response, added code docs + 2.1.7 - Fixed bug with socket connection not being disposed after lost connection, Resubscribing after reconnecting socket now in parallel CryptoExchange.Net.xml diff --git a/README.md b/README.md index c7243c5..760c1d5 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,10 @@ The order book will automatically reconnect when the connection is lost and resy To stop synchronizing an order book use the `Stop` method. ## Release notes +* Version 2.1.7 - 07 Aug 2019 + * Fixed bug with socket connection not being disposed after lost connection + * Resubscribing after reconnecting socket now in parallel + * Version 2.1.6 - 06 Aug 2019 * Fix for missing subscription events if they are also a request response, added code docs