From 58e14dd928183aed9453b02433d381aebc8c70ac Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 28 Apr 2024 11:50:53 +0200 Subject: [PATCH] Updated version --- Bitfinex.Net/Bitfinex.Net.csproj | 6 +++--- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index b97f8c7..acb8604 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.2.5 - 7.2.5 - 7.2.5 + 7.2.6 + 7.2.6 + 7.2.6 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 fc3387a..ee5763e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ 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.6 - 28 Apr 2024 + * Added BitfinexExchange static info class + * Added BitfinexOrderBookFactory book creation method + * Fixed BitfinexOrderBookFactory injection issue + * Updated CryptoExchange.Net to v7.4.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 7.2.5 - 23 Apr 2024 * Updated CryptoExchange.Net to 7.3.3, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes