diff --git a/Kraken.Net/Kraken.Net.csproj b/Kraken.Net/Kraken.Net.csproj index 4b51caf..22efef6 100644 --- a/Kraken.Net/Kraken.Net.csproj +++ b/Kraken.Net/Kraken.Net.csproj @@ -7,9 +7,9 @@ KrakenExchange.Net JKorf - 5.5.3 - 5.5.3 - 5.5.3 + 5.5.4 + 5.5.4 + 5.5.4 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 5d8212e..63839f7 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,10 @@ 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.5.4 - 22 Jan 2025 + * Fixed IAssetsRestClient.GetAssetAsync not marked as authenticated method + * Fixed incorrect int values for OneWeek and FifteenDays in KlineInterval enum + * Version 5.5.3 - 18 Jan 2025 * Fix restClient.FuturesApi.Trading.GetUserTradesAsync startTime parameter not being applied