diff --git a/HTX.Net/HTX.Net.csproj b/HTX.Net/HTX.Net.csproj index 110464b4..df6992bf 100644 --- a/HTX.Net/HTX.Net.csproj +++ b/HTX.Net/HTX.Net.csproj @@ -7,9 +7,9 @@ JKorf.HTX.Net JKorf - 6.0.0 - 6.0.0 - 6.0.0 + 6.0.1 + 6.0.1 + 6.0.1 HTX.Net is a client library for accessing the HTX 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 HTX;HTX.Net;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net diff --git a/README.md b/README.md index b6f3a681..46cc7c0b 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,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 6.0.1 - 09 Aug 2024 + * Fixed websocket SpotApi queries (GetXX methods) + * Version 6.0.0 - 08 Aug 2024 * Renamed library from Huobi.Net to HTX.Net, following the renaming of the exchange * Renamed all models and references from Huobi... to HTX...