From 3f137a19ea391f1defcfb86addcf0d3cbd934517 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 23 Jun 2024 18:36:22 +0200 Subject: [PATCH] Updated to version 1.4.0 --- Mexc.Net/Mexc.Net.csproj | 6 +++--- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index 4446c6d..530d8f8 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 1.3.0 - 1.3.0 - 1.3.0 + 1.4.0 + 1.4.0 + 1.4.0 JK.Mexc.Net is a client library for accessing the Mexc REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Mexc;Mexc.Net;Mexc Client;Mexc API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 3e53b5d..c3524ba 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ 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 - 23 Jun 2024 + * Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0 + * Added websocket connection ratelimit + * Updated SpotApi.Account.WithdrawAsync parameters and SpotApi.Account.GetUserAssetsAsync response + * Updated response models from classes to records + * Version 1.3.0 - 11 Jun 2024 * Updated CryptoExchange.Net to v7.6.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes