diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 83a39b6..36e17fd 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.12 + 3.0.13 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.12 - Named parameters on SymbolOrderBook events + 3.0.13 - Added request tracing id for logging, Added shared HttpClient option enable 8.0 MIT diff --git a/README.md b/README.md index 56dadd7..5b39c7e 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,10 @@ 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.13 - 24 Aug 2020 + * Added request tracing id for logging + * Added shared HttpClient option + * Version 3.0.12 - 12 Aug 2020 * Named parameters on SymbolOrderBook events