diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj
index 49bb4cd..ac3589a 100644
--- a/OKX.Net/OKX.Net.csproj
+++ b/OKX.Net/OKX.Net.csproj
@@ -7,9 +7,9 @@
JK.OKX.Net
JKorf
- 1.4.5
- 1.4.5
- 1.4.5
+ 1.5.0
+ 1.5.0
+ 1.5.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
@@ -18,7 +18,7 @@
README.md
en
true
- 1.4.5 - Added Account.DusConvertAsync endpoint
+ 1.5.0 - Added UnifiedApi.Trading.GetAlgoOrderAsync endpoint, Added UnifiedApi.Trading.AmendAlgoOrderAsync endpoint, Added UnifiedApi.Account.SetIsolatedMarginModeAsync endpoint, Added UnifiedApi.Account.GetTransferAsync endpoint, Updated savings endpoints to new url
OKX.Net.xml
diff --git a/README.md b/README.md
index 8298b20..cccb065 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.5.0 - 04 Jan 2024
+ * Added UnifiedApi.Trading.GetAlgoOrderAsync endpoint
+ * Added UnifiedApi.Trading.AmendAlgoOrderAsync endpoint
+ * Added UnifiedApi.Account.SetIsolatedMarginModeAsync endpoint
+ * Added UnifiedApi.Account.GetTransferAsync endpoint
+ * Updated savings endpoints to new url
+
* Version 1.4.5 - 26 Dec 2023
* Added Account.DusConvertAsync endpoint