Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit cdd1df0

Browse files
committed
docs: update changelog
1 parent 653f8b0 commit cdd1df0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Changelog
22

3-
The current SDK has aligned documents to 2023.04.02
3+
The current SDK has aligned documents to 2024.01.09
44

5-
## [2.0.0](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.0...v1.0.3) (2023-06-20)
5+
## [2.0.3](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.2...v2.0.3) (2024-01-12)
6+
> add reset interface
7+
- add Cancel Order by clientOid
8+
- add Get 24hour futures transaction volume
9+
- add Get Public Funding History
610

11+
## [2.0.2](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.1...v2.0.2) (2023-06-28)
12+
- update get all accounts balance reset
13+
14+
## [2.0.1](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v2.0.0...v2.0.1) (2023-06-28)
15+
- update README require
16+
17+
## [2.0.0](https://github.com/Kucoin/kucoin-futures-node-sdk/compare/v1.0.3...v2.0.0) (2023-06-20)
718
### ⚠ BREAKING CHANGES
819
- Changes in usage
920
- Method name changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kucoin-futures-node-sdk",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "KuCoin Futures API SDK for Node.js language",
55
"main": "lib/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)