diff --git a/GateIo.Net/GateIo.Net.csproj b/GateIo.Net/GateIo.Net.csproj index 167c8ab..3b7c31a 100644 --- a/GateIo.Net/GateIo.Net.csproj +++ b/GateIo.Net/GateIo.Net.csproj @@ -7,9 +7,9 @@ GateIo.Net JKorf - 1.3.0 - 1.3.0 - 1.3.0 + 1.4.0 + 1.4.0 + 1.4.0 GateIo.Net is a client library for accessing the GateIo REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false GateIo;GateIo.Net;GateIo Client;GateIo API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index e5080dc..43af3f4 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,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 1.4.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 FuturesApi.Trading.GetOrdersAsync status parameter being required + * Version 1.3.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