diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 2891b701..a7245618 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.10.3 - 3.10.3 - 3.10.3 + 3.11.0 + 3.11.0 + 3.11.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 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 c8cee95d..b364bf89 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,16 @@ 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.11.0 - 16 Jul 2024 + * Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0 + * Updated internal classes to internal access modifier + * Added V5Api.Account.GetConvertAssetsAsync + * Added V5Api.Account.GetConvertQuoteAsync + * Added V5Api.Account.ConvertConfirmQuoteAsync + * Added V5Api.Account.GetConvertStatusAsync + * Added V5Api.Account.GetConvertHistoryAsync + * Added Convert property to V5Api.Account.GetBrokerAccountInfoAsync and GetBrokerEarningsAsync response models + * Version 3.10.3 - 02 Jul 2024 * Updated CryptoExchange.Net to V7.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.8.0 * Added Turkey environment