From bf1707fe091cbe5703350093463db703c002a90a Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 28 Feb 2024 22:23:30 +0100 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 0422d9e7..30b94f70 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.5.1 - 3.5.1 - 3.5.1 + 3.5.2 + 3.5.2 + 3.5.2 Bybit.Net is a client library for accessing the Bybit 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 Bybit;Bybit.Net;Bybit Client;Bybit API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index fd321f6a..c2901c1c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,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 3.5.2 - 28 Feb 2024 + * Fixed V5Api.Trading.GetPositionAsync model deserialization + * Version 3.5.1 - 27 Feb 2024 * Updated V5 Linear/Inverse Symbol model * Fixed PositionIdx property in V5 order updates