From 940bec5589e5e246d8edcc7b9595de650f1ae9a7 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 16 Jul 2024 20:00:30 +0200 Subject: [PATCH] Updated to version 9.12.0 --- Binance.Net/Binance.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 9fd45febf..7a6b15fc9 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 9.11.1 - 9.11.1 - 9.11.1 + 9.12.0 + 9.12.0 + 9.12.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 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 cb0be2b85..a1b665093 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,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.12.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 + * Updated WebSocket rate limit rule to prevent triggering disconnect + * Version 9.11.1 - 02 Jul 2024 * Updated CryptoExchange.Net to V7.8.0 * Updated ratelimiting for per-endpoint limits