diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index 8450c0e..e69da7f 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.0.2 - 7.0.2 - 7.0.2 + 7.0.3 + 7.0.3 + 7.0.3 Bitfinex.Net is a .Net wrapper for the Bitfinex API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Bitfinex Bitfinex.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ icon.png en true - 7.0.2 - Fixed incorrect url SpotApi.Account.WalletTransferAsync + 7.0.3 - Updated CryptoExchange.Net version Bitfinex.Net.xml diff --git a/README.md b/README.md index 803c868..4777a57 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 7.0.3 - 09 Oct 2023 + * Updated CryptoExchange.Net version + * Version 7.0.2 - 21 Sep 2023 * Fixed incorrect url SpotApi.Account.WalletTransferAsync