From 4291deb8857cc560658cd11c856a532637886a83 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 20 Dec 2024 14:13:34 +0100 Subject: [PATCH] Updated to version 2.13.1 --- OKX.Net/OKX.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj index fa3cf19..6af8860 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 2.13.0 - 2.13.0 - 2.13.0 + 2.13.1 + 2.13.1 + 2.13.1 JK.OKX.Net is client library for accessing the OKX 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 OKX;OKX.Net;OKX Client;OKX API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 7af37f5..e480b00 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,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 2.13.1 - 20 Dec 2024 + * Added Europe environment + * Version 2.13.0 - 13 Dec 2024 * Added restClient.UnifiedApi.Account.PresetAccountModeSwitchAsync endpoint * Added restClient.UnifiedApi.Account.PrecheckAccountModeSwitchAsync endpoint