diff --git a/Kraken.Net/Kraken.Net.csproj b/Kraken.Net/Kraken.Net.csproj index 22efef6..ac2a3c3 100644 --- a/Kraken.Net/Kraken.Net.csproj +++ b/Kraken.Net/Kraken.Net.csproj @@ -7,9 +7,9 @@ KrakenExchange.Net JKorf - 5.5.4 - 5.5.4 - 5.5.4 + 5.6.0 + 5.6.0 + 5.6.0 KrakenExchange.Net is a client library for accessing the Kraken REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Kraken;KrakenExchange.Net;Kraken.Net;Kraken Client;Kraken API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 63839f7..e39868f 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,11 @@ 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 5.6.0 - 28 Jan 2025 + * Added support for `NewAssetNames` ExchangeParameter in shared implementation symbol and asset requests + * Added check for authentication when requesting assets, return only asset names if no credentials provided + * Updated restClient.SpotApi.Trading.GetClosedOrdersAsync parameters + * Version 5.5.4 - 22 Jan 2025 * Fixed IAssetsRestClient.GetAssetAsync not marked as authenticated method * Fixed incorrect int values for OneWeek and FifteenDays in KlineInterval enum