diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 62bb836..dab827b 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,12 +6,12 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency exchange API's - 3.0.10 + 3.0.11 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.10 - Fix for order book synchronization + 3.0.11 - Added support for checksum in SymbolOrderBook enable 8.0 MIT diff --git a/README.md b/README.md index 664643c..3d85219 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,9 @@ The order book will automatically reconnect when the connection is lost and resy To stop synchronizing an order book use the `Stop` method. ## Release notes +* Version 3.0.11 - 20 Jun 2020 + * Added support for checksum in SymbolOrderBook + * Version 3.0.10 - 16 Jun 2020 * Fix for order book synchronization