From d8a1d96e5c2f8e83e695dae7d146598b5299a477 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 4 Mar 2022 11:33:43 +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 d26855b..9e21961 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,16 +6,16 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency API's - 5.1.3 + 5.1.4 5.1.1 - 5.1.3 + 5.1.4 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.1.3 - Fixed some issues in websocket reconnection, should be more robust now, Prevent duplicate data reading on error in rest request, Added ApiName to time sync state to improve log feedback + 5.1.4 - Fixed ArraySerialization handling, Added check for invalid rate limit configured for a request enable 9.0 MIT diff --git a/README.md b/README.md index 000b059..22573be 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ I develop and maintain this package on my own for free in my spare time. Donatio Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) ## Release notes +* Version 5.1.4 - 04 Mar 2022 + * Fixed ArraySerialization handling + * Added check for invalid rate limit configured for a request + * Version 5.1.3 - 01 Mar 2022 * Fixed some issues in websocket reconnection, should be more robust now * Prevent duplicate data reading on error in rest request