Skip to content

Commit

Permalink
Merge pull request #24 from Apexrsq/feature/supply-interface
Browse files Browse the repository at this point in the history
docs: update changelog
  • Loading branch information
Apexrsq committed Jan 12, 2024
2 parents 9796650 + cdd1df0 commit 36a63fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 36a63fc

Please sign in to comment.