diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 6d4f1d7..5be50c4 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.1.1 - 6.1.1 - 6.1.1 + 6.1.2 + 6.1.2 + 6.1.2 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.1.1 - Fixes for json converters + 6.1.2 - Added support for multiple of the same ratelimiting type in the same rate limiter, Fixed nullreference on rate limit error if no Retry-After header is returned enable 10.0 MIT diff --git a/README.md b/README.md index ee5fb11..c2596ad 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ 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.2 - 11 Sep 2023 + * Added support for multiple of the same ratelimiting type in the same rate limiter + * Fixed nullreference on rate limit error if no Retry-After header is returned + * Version 6.1.1 - 04 Sep 2023 * Fixes for json converters