diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index ab9e8bc2..14c9ca1e 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.1.1 - 10.1.1 - 10.1.1 + 10.2.0 + 10.2.0 + 10.2.0 Binance.Net is a client library for accessing the Binance REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Binance;Binance.Net;Binance Client;Binance API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 1d483e6f..0e714041 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,11 @@ 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 10.2.0 - 13 Aug 2024 + * Re-added the UsdFuturesApi.Account.GetAccountInfoV2Async endpoint as the V3 endpoint is missing data + * Renamend UsdFuturesApi.Account.GetAccountInfoAsync to GetAccountInfoV3Async + * Fixed SpotApi.ExchangeData.GetProductsAsync deserialization + * Version 10.1.1 - 08 Aug 2024 * Fix UnrealizedPnl deserialization in CoinFuturesApi.Account.GetPositionInformationAsync