diff --git a/BingX.Net/BingX.Net.csproj b/BingX.Net/BingX.Net.csproj index f7aadff..3d4f85e 100644 --- a/BingX.Net/BingX.Net.csproj +++ b/BingX.Net/BingX.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 12.0 @@ -7,9 +7,9 @@ JK.BingX.Net JKorf - 1.15.0 - 1.15.0 - 1.15.0 + 1.15.1 + 1.15.1 + 1.15.1 JK.BingX.Net is a client library for accessing the BingX 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 BingX;BingX.Net;BingX Client;BingX API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 8fa7f58..7a700e4 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ 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.15.1 - 15 Nov 2024 + * Fixed available balance response on shared futures implementation + * Removed symbol parameters from GetPositionModeAsync and SetPositionModeAsync endpoints + * Version 1.15.0 - 13 Nov 2024 * Added initial SubAccount API implementation