Skip to content

Commit c5f59ac

Browse files
committed
feat(sdk): update sdk version to 1.3.0
1 parent 9038ab6 commit c5f59ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)
44

55
Current synchronized API documentation version [20250529](https://www.kucoin.com/docs-new/change-log#20250529)
66

7-
## 2025-06-05(1.3.0)
7+
## 2025-06-11(1.3.0)
8+
- Update the latest APIs, documentation, etc
9+
- Introduced a new testing framework for all SDKs
10+
- Expanded regression-test coverage for Python components
11+
- Updated Node.js dependencies to address security vulnerabilities
12+
13+
## 2025-06-11(PHP 0.1.2-alpha)
814
- Update the latest APIs, documentation, etc
915

1016
## 2025-05-29(PHP 0.1.1-alpha)

src/Generate/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
class Version
66
{
77
const SDK_VERSION = "0.1.2-alpha";
8-
const SDK_GENERATE_DATE = "2025-06-09";
8+
const SDK_GENERATE_DATE = "2025-06-11";
99
}

0 commit comments

Comments
 (0)