diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 6bf9c52..ab8ba39 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 4.0.2 - 4.0.2 - 4.0.2 + 4.1.0 + 4.1.0 + 4.1.0 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 automatic websocket (re)connection management, 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 9ec6547..1cd01e4 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,12 @@ 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 4.1.0 - 11 Feb 2025 + * Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ + * Added support for more SharedKlineInterval values + * Added setting of DataTime value on websocket DataEvent updates + * Fix Mono runtime exception on rest client construction using DI + * Version 4.0.2 - 18 Jan 2025 * Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model * Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model