diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c65b2..7a86bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.7.0](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.6.1...v1.7.0) (2025-09-04) + + +### ✨ Features | 新功能 + +* **account:** 增加积分日志详情查询功能并支持发票信息 ([975a5ee](http://124.126.16.154:8888/singularity/hdk-pay/commit/975a5ee30110f27ceba0ef11fba751639189d57b)) + ### [1.6.1](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.6.0...v1.6.1) (2025-09-04) diff --git a/composer.json b/composer.json index 54642fd..f21fc02 100755 --- a/composer.json +++ b/composer.json @@ -70,5 +70,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.6.1" + "version": "1.7.0" }