From 5c94a23b9d3fd541e96776500df43c4fd7ac5f67 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 3 Dec 2024 10:12:24 +0100 Subject: [PATCH] Updated to version 7.12.1 --- 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 03c129f..f228784 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.12.0 - 7.12.0 - 7.12.0 + 7.12.1 + 7.12.1 + 7.12.1 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 automatic websocket (re)connection management, 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 0db69fb..d530962 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,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.12.1 - 03 Dec 2024 + * Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/ + * Fixed orderbook creation via BitfinexOrderBookFactory + * Version 7.12.0 - 28 Nov 2024 * Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0 * Added GetFeesAsync Shared REST client implementations