diff --git a/Bittrex.Net/Bittrex.Net.csproj b/Bittrex.Net/Bittrex.Net.csproj
index 1a81e49..253e6ab 100644
--- a/Bittrex.Net/Bittrex.Net.csproj
+++ b/Bittrex.Net/Bittrex.Net.csproj
@@ -7,9 +7,9 @@
Bittrex.Net
JKorf
- 8.0.1
- 8.0.1
- 8.0.1
+ 8.0.2
+ 8.0.2
+ 8.0.2
Bittrex.Net is a .Net wrapper for the Bittrex API, including the SignalR websocket. It includes all features the API provides using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds
false
Bittrex Bittrex.Net CryptoCurrency Exchange API wrapper
@@ -20,7 +20,7 @@
icon.png
en
true
- 8.0.1 - Updated CryptoExchange.Net
+ 8.0.2 - Updated CryptoExchange.Net version, Added ISpotClient to DI injection, Updated ISpotClient.GetTickerAsync to return LastPrice as well
Bittrex.Net.xml
diff --git a/README.md b/README.md
index ac8f557..3722852 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,11 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.
## Release notes
+* Version 8.0.2 - 09 Oct 2023
+ * Updated CryptoExchange.Net version
+ * Added ISpotClient to DI injection
+ * Updated ISpotClient.GetTickerAsync to return LastPrice as well
+
* Version 8.0.1 - 25 Aug 2023
* Updated CryptoExchange.Net