From 2fa5b2d50ae94023fbdbe99ee23c8ddd1ee28718 Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 3 Apr 2024 21:31:11 +0200 Subject: [PATCH] Updated version --- Bitfinex.Net/Bitfinex.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index e7e910b..a871c2b 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.2.2 - 7.2.2 - 7.2.2 + 7.2.3 + 7.2.3 + 7.2.3 Bitfinex.Net is a client library for accessing the Bitfinex REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Bitfinex;Bitfinex.Net;Bitfinex Client;Bitfinex API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 83255aa..680bc28 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 7.2.3 - 03 Apr 2024 + * Updated string comparison for improved performance + * Removed pre-send symbol validation + * Version 7.2.2 - 25 Mar 2024 * Fixed parameter serialization websocket queries * Added missing info websocket user data updates