diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3c790..db97171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.2.8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.7...v0.2.8) (2023-02-03) + + +### 🐛 Bug Fixes | Bug 修复 + +* **commonHandler:** 修复了一处兼容问题 ([c8f9b79](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/c8f9b793ee7c2ba4d77a2779b6825211dcf52636)) + ### [0.2.7](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.6...v0.2.7) (2023-02-02) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 967b33f..08456a4 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.2.8 \ No newline at end of file diff --git a/composer.json b/composer.json index a35f206..a5a0327 100755 --- a/composer.json +++ b/composer.json @@ -110,5 +110,5 @@ "url": "https://repo.huaweicloud.com/repository/php/" } }, - "version": "0.2.7" + "version": "0.2.8" }