diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 3b1e9c8..15c01fd 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-beta4
+ 5.0.0-beta5
5.0.0
- 5.0.0-beta4
+ 5.0.0-beta5
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.0.0-beta4 - Fixed dependencies
+ 5.0.0-beta5 - Fixed DateTime string including nanoseconds deserialization in DateTimeConverter, Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking
enable
9.0
MIT
diff --git a/README.md b/README.md
index f238b0f..d08e1c1 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-beta5 - 25 Jan 2022
+ * Fixed DateTime string including nanoseconds deserialization in DateTimeConverter
+ * Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking
+
* Version 5.0.0-beta4 - 24 Jan 2022
* Fixed dependencies