From e44987100c11bea7568d6f6d2251801e74acbc9c Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 20 Sep 2023 19:16:29 +0200 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 8 ++++---- README.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 225962a8..851c1919 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.1.0 - 3.1.0 - 3.1.0 + 3.1.1 + 3.1.1 + 3.1.1 Bybit.Net is a .Net wrapper for the Bybit API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Bybit Bybit.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ icon.png en true - 3.1.0 - Added V5 Trading.PlaceMultipleOrdersAsync, V5 Trading.EditMultipleOrdersAsync and V5 Trading.CancelMultipleOrdersAsync endpoints, Fixed V5 Account.CreateUniversalTransferAsync parameter, Fixed V5 Account.GetWithdrawalsAsync deserialization + 3.1.1 - Added ISpotClient/CommonSpotClient implementation, Added AddOrReduceMarginAsync endpoint, Added Spot Margin endpoints Bybit.Net.xml diff --git a/README.md b/README.md index 021da053..1dd37fa3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 3.1.1 - 20 Sep 2023 + * Added ISpotClient/CommonSpotClient implementation + * Added AddOrReduceMarginAsync endpoint + * Added Spot Margin endpoints + * Version 3.1.0 - 05 Sep 2023 * Added V5 Trading.PlaceMultipleOrdersAsync, V5 Trading.EditMultipleOrdersAsync and V5 Trading.CancelMultipleOrdersAsync endpoints * Fixed V5 Account.CreateUniversalTransferAsync parameter