diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ea75a..af243c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.12](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-08-08) + + +### ✨ Features | 新功能 + +* **exception:** 新增业务错误处理和 API 迁移支持 ([55da020](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/55da02080efa5bd6978b7d0a0e3bbcb1cde41027)) + ## [1.0.0-beta.11](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-07-11) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 1bc145e..e521dc4 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.11 \ No newline at end of file +1.0.0-beta.12 \ No newline at end of file diff --git a/composer.json b/composer.json index 87f61fd..2d536a6 100755 --- a/composer.json +++ b/composer.json @@ -136,5 +136,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.11" + "version": "1.0.0-beta.12" }