diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index 233d2ea..05fc03e 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 1.2.1 - 1.2.1 - 1.2.1 + 1.2.2 + 1.2.2 + 1.2.2 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 58a6a22..ac0fd8e 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,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.2.2 - 28 Apr 2024 + * Added MexcExchange static info class + * Added MexcOrderBookFactory book creation method + * Fixed MexcOrderBookFactory injection issue + * Updated CryptoExchange.Net to v7.4.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 1.2.1 - 23 Apr 2024 * Fixed endless looping when authenticated websocket gets disconnected and listenKey is expired * Updated CryptoExchange.Net to 7.3.3, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes