From 0a75c415e2194a38a280de04dde61c558c6eb96c Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 11 Sep 2024 15:32:10 +0200 Subject: [PATCH] Updated to version 7.6.1 --- CoinEx.Net/CoinEx.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 2c71d53..0dfa37a 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.6.0 - 7.6.0 - 7.6.0 + 7.6.1 + 7.6.1 + 7.6.1 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 c86b87a..537f880 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,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 7.6.1 - 11 Sep 2024 + * Added SpotApiV2.Account.GetTransactionHistoryAsync endpoint + * 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