diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 418b005..5da100a 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.11.0 - 7.11.0 - 7.11.0 + 7.12.0 + 7.12.0 + 7.12.0 CoinEx.Net is a client library for accessing the CoinEx 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 CoinEx;CoinEx.Net;CoinEx Client;CoinEx API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 61aa041..d3394de 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,11 @@ 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.0 - 02 Dec 2024 + * Added AllowAppendingClientOrderId option + * Updated client order id logic for client reference + * Fix for orderbook creation via CoinExOrderBookFactory + * Version 7.11.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