diff --git a/Kraken.Net/Kraken.Net.csproj b/Kraken.Net/Kraken.Net.csproj
index 5c343a3..d4f70c2 100644
--- a/Kraken.Net/Kraken.Net.csproj
+++ b/Kraken.Net/Kraken.Net.csproj
@@ -7,9 +7,9 @@
KrakenExchange.Net
JKorf
- 2.0.0-beta1
+ 2.0.0-beta2
2.0.0
- 2.0.0-beta1
+ 2.0.0-beta2
Kraken.Net is a .Net wrapper for the Kraken API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds
false
Kraken Kraken.Net C# .Net CryptoCurrency Exchange API wrapper
@@ -20,7 +20,7 @@
icon.png
en
true
- 2.0.0-beta1 - Fixed unsubscribing user streams, Added Async postfix for async methods, Updated CryptoExchange.Net
+ 2.0.0-beta2 - Updated CryptoExchange.Net
Kraken.Net.xml
@@ -49,7 +49,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/README.md b/README.md
index 682f6cd..6653f89 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,9 @@ For the basic client options see also the CryptoExchange.Net [docs](https://gith
|`AuthBaseAddress`|The base address for authenticated subscriptions|`wss://ws-auth.kraken.com/`
## Release notes
+* Version 2.0.0-beta2 - 26 Jul 2021
+ * Updated CryptoExchange.Net
+
* Version 2.0.0-beta1 - 09 Jul 2021
* Fixed unsubscribing user streams
* Added Async postfix for async methods