From 87c4eb4eb2ada6a3dc43e84d622ff9b82799b2ed Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 18 Aug 2024 20:53:13 +0200 Subject: [PATCH] Updated to version 6.0.2 --- HTX.Net/HTX.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HTX.Net/HTX.Net.csproj b/HTX.Net/HTX.Net.csproj index df6992bf..190bec14 100644 --- a/HTX.Net/HTX.Net.csproj +++ b/HTX.Net/HTX.Net.csproj @@ -7,9 +7,9 @@ JKorf.HTX.Net JKorf - 6.0.1 - 6.0.1 - 6.0.1 + 6.0.2 + 6.0.2 + 6.0.2 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 ae5337b9..4bd749d2 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.2 - 18 Aug 2024 + * Fix deserialization undocumented canceled-source field value + * Version 6.0.1 - 09 Aug 2024 * Fixed websocket SpotApi queries (GetXX methods)