From 3ce8a10fe9d2cda036a3f605eb0059e3bc881ffe Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 1 May 2024 21:02:46 +0200 Subject: [PATCH] Updated version --- 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 dfd4251..e040499 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 1.8.2 - 1.8.2 - 1.8.2 + 1.8.3 + 1.8.3 + 1.8.3 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 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 7c49c52..3a4520c 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,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.8.3 - 01 May 2024 + * Updated CryptoExchange.Net to v7.5.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 1.8.2 - 28 Apr 2024 * Added OKXExchange static info class * Added OKXOrderBookFactory book creation method