From 0e235cee6c2a433f04f7660e4e5f2e84754ede64 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 2 Jun 2024 09:31:24 +0200 Subject: [PATCH] Updated to version 1.2.5 --- Mexc.Net/Mexc.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index bc32564..7fce7cd 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 1.2.4 - 1.2.4 - 1.2.4 + 1.2.5 + 1.2.5 + 1.2.5 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 ad7c071..296a7a8 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ 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.2.5 - 02 Jun 2024 + * Added SpotApi.Account.GetTradeFeeAsync endpoint + * Version 1.2.4 - 07 May 2024 * Updated CryptoExchange.Net to v7.5.2, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes