diff --git a/Coinbase.Net/Coinbase.Net.csproj b/Coinbase.Net/Coinbase.Net.csproj index 531de9e..687412b 100644 --- a/Coinbase.Net/Coinbase.Net.csproj +++ b/Coinbase.Net/Coinbase.Net.csproj @@ -7,9 +7,9 @@ JKorf.Coinbase.Net JKorf - 1.5.0 - 1.5.0 - 1.5.0 + 1.5.1 + 1.5.1 + 1.5.1 Coinbase.Net is a client library for accessing the Coinbase REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Coinbase;Coinbase.Net;Coinbase Client;Coinbase API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index c7be9c2..c3f4406 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 1.5.1 - 21 Nov 2024 + * Fixed deserialization error in SubscribeToBatchedTickerUpdatesAsync subscription when there is no trade price + * Version 1.5.0 - 19 Nov 2024 * Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0 * Added support for loading client settings from IConfiguration