From a3077ab39c1f30e03d250922cbc2d8c1a8b0af32 Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 19 Aug 2024 19:41:02 +0200 Subject: [PATCH] Updated to version 7.6.0 --- CoinEx.Net/CoinEx.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 3d34c21..2c71d53 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.5.0 - 7.5.0 - 7.5.0 + 7.6.0 + 7.6.0 + 7.6.0 CoinEx.Net is a client library for accessing the CoinEx REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false CoinEx;CoinEx.Net;CoinEx Client;CoinEx API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 2e5ab1f..c86b87a 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ 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 7.6.0 - 19 Aug 2024 + * Added futures API batch endpoints:FuturesApi.Trading.PlaceMultipleOrdersAsync, PlaceMultipleStopOrdersAsync, CancelOrdersAsync and CancelStopOrdersAsync + * Added spot API batch endpoints: SpotApiV2.Trading.PlaceMultipleOrdersAsync, PlaceMultipleStopOrdersAsync, CancelOrdersAsync and CancelStopOrdersAsync + * Added stpMode paramaters to spot and futures PlaceOrderAsync and PlaceStopOrderAsync endpoints + * Version 7.5.0 - 07 Aug 2024 * Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0 * Updated XML code comments