diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 99c9bba..c5044d5 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.2 - 5.4.2 - 5.4.2 + 5.4.3 + 5.4.3 + 5.4.3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.4.2 - Reverted socket changes as it seems to cause reconnect to hang + 5.4.3 - Fixed potential threading exception in socket connection enable 9.0 MIT diff --git a/README.md b/README.md index 60cd695..72a6e27 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.3 - 14 Apr 2023 + * Fixed potential threading exception in socket connection + * Version 5.4.2 - 01 Apr 2023 * Reverted socket changes as it seems to cause reconnect to hang