diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 0f834dc..4d2ae35 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,16 +6,16 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency API's
- 5.2.2
- 5.2.2
- 5.2.2
+ 5.2.3
+ 5.2.3
+ 5.2.3
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.2.2 - Added support for retrieving a new url when socket connection is lost and reconnection will happen
+ 5.2.3 - Fixed socket getting disconnected when `no data` timeout is reached instead of being reconnected
enable
9.0
MIT
diff --git a/README.md b/README.md
index ecb16cc..8cf5a5b 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ I develop and maintain this package on my own for free in my spare time. Donatio
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf)
## Release notes
+* Version 5.2.3 - 19 Jul 2022
+ * Fixed socket getting disconnected when `no data` timeout is reached instead of being reconnected
+
* Version 5.2.2 - 17 Jul 2022
* Added support for retrieving a new url when socket connection is lost and reconnection will happen