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