diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index d1135c9..f05e620 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 exchange API's
- 5.0.0-beta8
+ 5.0.0-beta9
5.0.0
- 5.0.0-beta8
+ 5.0.0-beta9
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.0.0-beta8 - Fix for time offset calculation not updating the time offset when time offset is smaller than 500ms
+ 5.0.0-beta9 - Re-added the TimestampRecalculationInterval option, Changed socket reconnection so it immediately tries to reconnect the moment the connection is lost. After the initial try the ReconnectInterval is used again
enable
9.0
MIT
diff --git a/README.md b/README.md
index 2e64d89..3a454c9 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,10 @@ 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.0.0-beta9 - 15 Feb 2022
+ * Re-added the TimestampRecalculationInterval option
+ * Changed socket reconnection so it immediately tries to reconnect the moment the connection is lost. After the initial try the ReconnectInterval is used again
+
* Version 5.0.0-beta8 - 09 Feb 2022
* Fix for time offset calculation not updating the time offset when time offset is smaller than 500ms