diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 40271e17c..1cd4f98ee 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 9.9.7 - 9.9.7 - 9.9.7 + 9.9.8 + 9.9.8 + 9.9.8 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 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 0d7a9e067..62bc059be 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,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 9.9.8 - 02 Jun 2024 + * Added SpotApi.Account.GetAccountVipLevelAndStatusAsync endpoint + * Added UsdFuturesApi.Account.GetBnbBurnStatusAsync and UsdFuturesApi.Account.SetBnbBurnStatusAsync endpoints + * Added missing GoodTillDate TimeInForce conversion + * Version 9.9.7 - 07 May 2024 * Updated CryptoExchange.Net to v7.5.2, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes