From 27452a65bb06f4a658560e683de4a16629bed33a Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Mon, 24 Jun 2019 09:48:56 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 3d6f3be..427e647 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -7,7 +7,7 @@ CryptoExchange.Net JKorf - 2.1.3 + 2.1.4 false https://github.com/JKorf/CryptoExchange.Net https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE diff --git a/README.md b/README.md index 2468e4a..044e2a7 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,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 2.1.4 - 24 june 201 + * Added checks for json deserialization issues + * Version 2.1.3 - 16 may 2019 * Refactored SymbolOrderBook * Added BestBid/BestAsk properties for order book