From 64bb8a2edf6332c90baee216f17a85a249540086 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 19 Nov 2020 11:58:39 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 120091e..1db6b63 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.1.0 - 3.1.0 + 3.2.0 + 3.2.0 false https://github.com/JKorf/CryptoExchange.Net en true - 3.1.0 - Added CallResult without type parameter for calls which don't return data, Added GetErrorOrResult method on CallResult to support proper nullability checking, Fix for reading credentials from file, Fix for setting custom base addresses in clients + 3.2.0 - Fix for multiple socket subscriptions re-using the same socket connection, Updated errors enable 8.0 MIT diff --git a/README.md b/README.md index 93284b7..4b9763b 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,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.2.0 - 19 nov 2020 + * Fix for multiple socket subscriptions re-using the same socket connection + * Updated errors + * Version 3.1.0 - 08 Oct 2020 * Added CallResult without type parameter for calls which don't return data * Added GetErrorOrResult method on CallResult to support proper nullability checking