diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fad53e..f4770b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.16](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2023-12-04) + + +### ♻️ Code Refactoring | 代码重构 + +* 迁移到 hyperf3.1和 pestphp2 ([eee68ca](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/eee68cab8a06833114ae19dc2c746dcd50206cb4)) + ## [1.0.0-alpha.15](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2023-10-30) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index e4c193c..8bd43fb 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.15 \ No newline at end of file +1.0.0-alpha.16 \ No newline at end of file diff --git a/composer.json b/composer.json index cc8b6a9..62d49a5 100755 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.15" + "version": "1.0.0-alpha.16" }