From 374978547ec6cb609306c75fd81a58a5f63373cd Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 25 Mar 2024 11:05:35 +0100 Subject: [PATCH] Updated version --- Bitfinex.Net/Bitfinex.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index 872133c..e7e910b 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.2.1 - 7.2.1 - 7.2.1 + 7.2.2 + 7.2.2 + 7.2.2 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 5c3f3a3..8d4e973 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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.2 - 25 Mar 2024 + * Fixed parameter serialization websocket queries + * Added missing info websocket user data updates + * Version 7.2.1 - 24 Mar 2024 * Updated CryptoExchange.Net to 7.2.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes * Fixed Topic not set in socket client SubscribeToKlineUpdatesAsync updates