diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index b5fca32..5353dcf 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-alpha1
+ 5.0.0-alpha2
5.0.0
- 5.0.0-alpha1
+ 5.0.0-alpha2
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.0.0.1-alpha - New client structures, multiple improvements and changes. Details will be available later
+ 5.0.0-alpha2 - Rework authentication provider, support for time syncing, various internal updates
enable
9.0
MIT
diff --git a/README.md b/README.md
index ad198ba..95b3a6f 100644
--- a/README.md
+++ b/README.md
@@ -326,6 +326,9 @@ private void SomeMethod()
````
## Release notes
+* Version 5.0.0-alpha2 - 21 Dec 2021
+ * Rework authentication provider, support for time syncing, various internal updates
+
* Version 5.0.0-alpha1 - 07 Dec 2021
* New client structures, multiple improvements and changes. Details will be available later