From a5257095624cdedbebb580d66ce3c790c59e11cf Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 10 Dec 2019 10:20:33 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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