diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 7d6cab8..0f834dc 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 - 5.2.1 - 5.2.1 - 5.2.1 + 5.2.2 + 5.2.2 + 5.2.2 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.2.1 - Fixed socket reconnect issue, Fixed `message not handled` messages after unsubscribing, Fixed error returning for non-json error responses + 5.2.2 - Added support for retrieving a new url when socket connection is lost and reconnection will happen enable 9.0 MIT diff --git a/README.md b/README.md index b361706..ecb16cc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ I develop and maintain this package on my own for free in my spare time. Donatio Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) ## Release notes +* Version 5.2.2 - 17 Jul 2022 + * Added support for retrieving a new url when socket connection is lost and reconnection will happen + * Version 5.2.1 - 16 Jul 2022 * Fixed socket reconnect issue * Fixed `message not handled` messages after unsubscribing