diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj
index 1dce526..72b234b 100644
--- a/OKX.Net/OKX.Net.csproj
+++ b/OKX.Net/OKX.Net.csproj
@@ -7,9 +7,9 @@
JK.OKX.Net
JKorf
- 1.3.2
- 1.3.2
- 1.3.2
+ 1.4.0
+ 1.4.0
+ 1.4.0
OKX.Net is a .Net wrapper for the OKX API (https://www.okx.com). It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds
false
OKX OKEx OKEx.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper
@@ -17,7 +17,7 @@
icon.png
en
true
- 1.3.2 - Added ISpotClient/CommonSpotClient implementation, Added missing ConfigureAwait(false) statements
+ 1.4.0 - Added support for settings custom broker id, Added missing fields for klines/candles, Fix for Symbol deserialization, Fix for Ticker deserialization, Fixed algoId defined as long instead of string
OKX.Net.xml
diff --git a/README.md b/README.md
index 992614f..42cc5b3 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,13 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.
## Release notes
+* Version 1.4.0 - 30 Sep 2023
+ * Added support for settings custom broker id
+ * Added missing fields for klines/candles
+ * Fix for Symbol deserialization
+ * Fix for Ticker deserialization
+ * Fixed algoId defined as long instead of string
+
* Version 1.3.2 - 20 Sep 2023
* Added ISpotClient/CommonSpotClient implementation
* Added missing ConfigureAwait(false) statements