diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f2b9e..7b799dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.2.14](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.13...v0.2.14) (2023-04-12) + + +### ✨ Features | 新功能 + +* **handler:** 补充 restful 响应的状态码 ([e69c149](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/e69c1494c3ec0a8d26341f1891d7d067511e8baf)) + ### [0.2.13](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.12...v0.2.13) (2023-04-11) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index f21e5a1..645604f 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.13 \ No newline at end of file +0.2.14 \ No newline at end of file diff --git a/composer.json b/composer.json index 1bab8ab..c8f60f3 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.13" + "version": "0.2.14" }