diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 274e8e0..b772e21 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -5,12 +5,12 @@ CryptoExchange.Net JKorf - 3.0.1 + 3.0.2 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.1 - Re-enabled debug response logging + 3.0.2 - Removed invalid check for unauthenticated proxy enable 8.0 MIT diff --git a/README.md b/README.md index e56dd18..970fd4b 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.2 - 10 Dec 2019 + * Removed invalid check for unauthenticated proxy + * Version 3.0.1 - 14 Nov 2019 * Re-enabled debug response logging