diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 16df89b..ecf9eec 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.1.8 - 5.1.8 - 5.1.8 + 5.1.9 + 5.1.9 + 5.1.9 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.1.8 - Cleanup socket code, fixed an issue which could cause connections to never reconnect when connection was lost, Added support for sending requests which expect an empty response, Fixed issue with the DateTimeConverter date interpretation + 5.1.9 - Added latency to the timesync calculation, Small fix for exception in socket close handling enable 9.0 MIT diff --git a/README.md b/README.md index fed92ac..102bad3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ 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.1.9 - 08 May 2022 + * Added latency to the timesync calculation + * Small fix for exception in socket close handling + * Version 5.1.8 - 01 May 2022 * Cleanup socket code, fixed an issue which could cause connections to never reconnect when connection was lost * Added support for sending requests which expect an empty response