From 9fac665631566b02704b81b8dc22601bab6b3e20 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 7 May 2024 10:09:46 +0200 Subject: [PATCH] Updated version --- BingX.Net/BingX.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BingX.Net/BingX.Net.csproj b/BingX.Net/BingX.Net.csproj index 05f5997..196485a 100644 --- a/BingX.Net/BingX.Net.csproj +++ b/BingX.Net/BingX.Net.csproj @@ -7,9 +7,9 @@ JK.BingX.Net JKorf - 1.1.0 - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 + 1.1.1 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 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 901c1c2..54acb03 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,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 1.1.1 - 07 May 2024 + * Updated CryptoExchange.Net to v7.5.2, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 1.1.0 - 02 May 2024 * Removed need for API credentials in certain ExchangeData calls * Renamed PerpetualFutures.Trading.GetClosedOrderAsync to GetClosedOrdersAsync