diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 1261778..91ddb6d 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,13 +6,13 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency exchange API's - 3.6.0 + 3.6.1 3.6.0 false https://github.com/JKorf/CryptoExchange.Net en true - 3.6.0 - Added CommonVolume and CommonOpenTime to ICommonKline interface + 3.6.1 - Fix for timing related exception when stopping an symbol order book enable 8.0 MIT diff --git a/README.md b/README.md index afaaea5..f9f4226 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,9 @@ static async Task GetExchangeData(IExchangeClient client) ```` ## Release notes +* Version 3.6.1 - 16 feb 2021 + * Fix for timing related exception when stopping an symbol order book + * Version 3.6.0 - 22 jan 2021 * Added CommonVolume and CommonOpenTime to ICommonKline interface