diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 803cfa5..d1135c9 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 exchange API's - 5.0.0-beta7 + 5.0.0-beta8 5.0.0 - 5.0.0-beta7 + 5.0.0-beta8 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-beta7 - Added CancellationToken support on Common client interfaces, Added CancellationToken support on SymbolOrderBook, Improved SymbolOrderBook Start/Stop robustness + 5.0.0-beta8 - Fix for time offset calculation not updating the time offset when time offset is smaller than 500ms enable 9.0 MIT diff --git a/README.md b/README.md index c4c3494..2e64d89 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.0.0-beta8 - 09 Feb 2022 + * Fix for time offset calculation not updating the time offset when time offset is smaller than 500ms + * Version 5.0.0-beta7 - 05 Feb 2022 * Added CancellationToken support on Common client interfaces * Added CancellationToken support on SymbolOrderBook