diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index d633a92..99c9bba 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.4.1 - 5.4.1 - 5.4.1 + 5.4.2 + 5.4.2 + 5.4.2 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.4.1 - Added CalculateTradableAmount to SymbolOrderBook, Improved socket reconnect robustness, Fixed api rate limiter not working correctly + 5.4.2 - Reverted socket changes as it seems to cause reconnect to hang enable 9.0 MIT diff --git a/README.md b/README.md index 9f38ff7..60cd695 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ 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 5.4.2 - 01 Apr 2023 + * Reverted socket changes as it seems to cause reconnect to hang + * Version 5.4.1 - 18 Mar 2023 * Added CalculateTradableAmount to SymbolOrderBook * Improved socket reconnect robustness