diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b4f2f..e651c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.10](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2025-07-09) + + +### ✨ Features | 新功能 + +* **core:** 添加 X-SP-ID 解析中间件 ([c6ab9db](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/c6ab9db69810bcd395c52cc304dffa54978d6e84)) + ## [1.0.0-beta.9](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2025-07-07) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 73ff4a6..a38ac3a 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.9 \ No newline at end of file +1.0.0-beta.10 \ No newline at end of file diff --git a/composer.json b/composer.json index 264f6b5..479cc6d 100755 --- a/composer.json +++ b/composer.json @@ -136,5 +136,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.9" + "version": "1.0.0-beta.10" }