diff --git a/CHANGELOG.md b/CHANGELOG.md index 029d7f4..baaf124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ # Changelog -The current SDK has aligned documents to 2023.04.02 +The current SDK has aligned documents to 2024.01.09 -## [2.0.0](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.0...v1.0.3) (2023-06-20) +## [2.0.3](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.2...v2.0.3) (2024-01-12) +> add reset interface +- add Cancel Order by clientOid +- add Get 24hour futures transaction volume +- add Get Public Funding History +## [2.0.2](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.1...v2.0.2) (2023-06-28) +- update get all accounts balance reset + +## [2.0.1](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.0...v2.0.1) (2023-06-28) +- update README require + +## [2.0.0](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v1.0.3...v2.0.0) (2023-06-20) ### ⚠ BREAKING CHANGES - Changes in usage - Method name changes \ No newline at end of file diff --git a/package.json b/package.json index 50a344f..f548d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kucoin-futures-node-sdk", - "version": "2.0.2", + "version": "2.0.3", "description": "KuCoin Futures API SDK for Node.js language", "main": "lib/index.js", "license": "MIT",