diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aebff3..ba2601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.2.20](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.19...v0.2.20) (2023-06-19) + + +### ✨ Features | 新功能 + +* **handler:** 增加了 restful 的支持 ([8974ee5](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/8974ee595b3411bac086c3046eb24ba44087ecc7)) + ### [0.2.19](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.18...v0.2.19) (2023-06-02) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 57621a5..b4aae65 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.19 \ No newline at end of file +0.2.20 \ No newline at end of file diff --git a/composer.json b/composer.json index 7151d4b..baaa95e 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "0.2.19" + "version": "0.2.20" }