From cedc5f9fb469da411230138bd4ea21d2149b9483 Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 10 Apr 2024 20:05:51 +0200 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index c7d3e517..d8e00d1e 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.8.0 - 3.8.0 - 3.8.0 + 3.8.1 + 3.8.1 + 3.8.1 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 b6bda03e..08216199 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ 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.8.1 - 10 Apr 2024 + * Added ClientOrderId to BybitCancelOrderRequest model + * Changed Quantity property in BybitEditOrderRequest model to be nullable + * Version 3.8.0 - 28 Mar 2024 * Added HongKong and The Netherlands environments and API addresses * Added PublishTime to V5Api.ExchangeData.GetAnnouncementsAsync model