From 7745e56b28e05aacb7bfb425ce206cda9ad4d690 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 27 Jul 2024 15:33:34 +0200 Subject: [PATCH] Updated to version 7.6.0 --- 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 e8ac2fe..65ab1da 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.5.0 - 7.5.0 - 7.5.0 + 7.6.0 + 7.6.0 + 7.6.0 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 abf46ba..5f1a384 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,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.6.0 - 27 Jul 2024 + * Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0 + * Fixed stats endpoints last stats by splitting endpoints into Last and History variants + * Version 7.5.0 - 16 Jul 2024 * Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0 * Updated internal classes to internal access modifier