diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 36e17fd..58187b3 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.13 + 3.0.14 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.13 - Added request tracing id for logging, Added shared HttpClient option + 3.0.14 - Updated exception message logging enable 8.0 MIT diff --git a/README.md b/README.md index 5b39c7e..99a06e2 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,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.14 - 24 Aug 2020 + * Updated exception message logging + * Version 3.0.13 - 24 Aug 2020 * Added request tracing id for logging * Added shared HttpClient option