diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 0125072..4e8a0d2 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,16 +6,16 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency API's - 6.0.3 - 6.0.3 - 6.0.3 + 6.1.0 + 6.1.0 + 6.1.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.0.3 - Fixed Proxy not getting applied in rest clients when not using DI + 6.1.0 - Added support for ratelimiting on socket connections, Added rest ratelimit handling and parsing, Added ServerRatelimitError error enable 10.0 MIT diff --git a/README.md b/README.md index 8b381d7..dea6f0d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,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 6.1.0 - 24 Aug 2023 + * Added support for ratelimiting on socket connections + * Added rest ratelimit handling and parsing + * Added ServerRatelimitError error + * Version 6.0.3 - 23 Jul 2023 * Fixed Proxy not getting applied in rest clients when not using DI