From 3b6463015aec589e80e0758eaf1d0823f5f6af62 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 19 Nov 2020 12:03:30 +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 1db6b63..e2f8876 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,13 +6,13 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency exchange API's - 3.2.0 + 3.2.1 3.2.0 false https://github.com/JKorf/CryptoExchange.Net en true - 3.2.0 - Fix for multiple socket subscriptions re-using the same socket connection, Updated errors + 3.2.1 - Fixed error code parsing enable 8.0 MIT diff --git a/README.md b/README.md index 4b9763b..30d957b 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,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.2.1 - 19 nov 2020 + * Fixed error code parsing + * Version 3.2.0 - 19 nov 2020 * Fix for multiple socket subscriptions re-using the same socket connection * Updated errors