diff --git a/Coinbase.Net/Coinbase.Net.csproj b/Coinbase.Net/Coinbase.Net.csproj index 45564a8..d097bb9 100644 --- a/Coinbase.Net/Coinbase.Net.csproj +++ b/Coinbase.Net/Coinbase.Net.csproj @@ -7,9 +7,9 @@ JKorf.Coinbase.Net JKorf - 1.5.1 - 1.5.1 - 1.5.1 + 1.6.0 + 1.6.0 + 1.6.0 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 c3f4406..57e8c19 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ 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.6.0 - 28 Nov 2024 + * Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0 + * Added GetFeesAsync Shared REST client implementations + * Updated CoinbaseOptions to LibraryOptions implementation + * Updated test and analyzer package versions + * Version 1.5.1 - 21 Nov 2024 * Fixed deserialization error in SubscribeToBatchedTickerUpdatesAsync subscription when there is no trade price