From 910311560cabcf7b3a4bbc8f787006b288fc6ef9 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 2 Dec 2023 18:42:50 +0100 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 1413ed4c..ed8347ff 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.2.3 - 3.2.3 - 3.2.3 + 3.2.4 + 3.2.4 + 3.2.4 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 @@ -21,7 +21,7 @@ README.md en true - 3.2.3 - Added missing FeeAsset property order updates, Fixed UnifiedMarginStatus deserialization AccountInfo, Fixed ClientOrderId deserialization batch order results + 3.2.4 - Added missing SelfMatchPreventType parameter to V5.Trading.PlaceOrderAsync, Fixed deserialization issue in V5 UserTrade subscription Bybit.Net.xml diff --git a/README.md b/README.md index 579d53dd..b13d1a74 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ 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.2.4 - 02 Dec 2023 + * Added missing SelfMatchPreventType parameter to V5.Trading.PlaceOrderAsync + * Fixed deserialization issue in V5 UserTrade subscription + * Version 3.2.3 - 28 Nov 2023 * Added missing FeeAsset property order updates * Fixed UnifiedMarginStatus deserialization AccountInfo