From 6c64320d018c08c465abf3f16c948309b57cf63d Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 11 Sep 2024 15:38:56 +0200 Subject: [PATCH] Updated to version 1.10.0 --- BingX.Net/BingX.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/BingX.Net/BingX.Net.csproj b/BingX.Net/BingX.Net.csproj index 1c4e2d2..b56a98b 100644 --- a/BingX.Net/BingX.Net.csproj +++ b/BingX.Net/BingX.Net.csproj @@ -7,9 +7,9 @@ JK.BingX.Net JKorf - 1.9.2 - 1.9.2 - 1.9.2 + 1.10.0 + 1.10.0 + 1.10.0 JK.BingX.Net is a client library for accessing the BingX 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 BingX;BingX.Net;BingX Client;BingX API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 53299d0..8215cd1 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,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 1.10.0 - 11 Sep 2024 + * Fixed request signing for requests with special characters + * Added SpotApi Oco endpoints + * Version 1.9.2 - 28 Aug 2024 * Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2 * Fixed Boolean parameter serialization on PerpetualFuturesApi.Trading order endpoints