diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 14c9ca1e..506a64d6 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.2.0 - 10.2.0 - 10.2.0 + 10.2.1 + 10.2.1 + 10.2.1 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 c6c51591..7323543b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,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 10.2.1 - 18 Aug 2024 + * Fixed walletType serialization on SpotApi.Trading.ConvertQuoteRequestAsync endpoint + * 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