diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 1836654..fb9caef 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-alpha6
+ 5.0.0-alpha7
5.0.0
- 5.0.0-alpha6
+ 5.0.0-alpha7
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.0.0-alpha6 - Fixed typo Comon -> Common
+ 5.0.0-alpha7 - Fixed SymbolOrderBook ToString() not being threadsafe, Potential fix request timeout unclear error message
enable
9.0
MIT
diff --git a/README.md b/README.md
index dc9aa1a..2b70165 100644
--- a/README.md
+++ b/README.md
@@ -326,6 +326,9 @@ private void SomeMethod()
````
## Release notes
+* Version 5.0.0-alpha7 - 07 Jan 2022
+ * Fixed SymbolOrderBook ToString() not being threadsafe, Potential fix request timeout unclear error message
+
* Version 5.0.0-alpha6 - 03 Jan 2022
* Fixed typo Comon -> Common