diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b799dc..19142c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +### [0.2.15](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.14...v0.2.15) (2023-04-13) + + +### 🐛 Bug Fixes | Bug 修复 + +* **coreMiddleware:** 修复restful 无法分页的问题 ([a6b71db](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/a6b71dbb037624ac69eddc1e5b1d671ab45b06ae)) + + +### ✨ Features | 新功能 + +* 默认绑定 CoreMiddleware 的映射关系 ([5e5792b](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/5e5792b28ca13cc8833280ba3d26ec588c445350)) + ### [0.2.14](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.13...v0.2.14) (2023-04-12) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 645604f..797eef9 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.14 \ No newline at end of file +0.2.15 \ No newline at end of file diff --git a/composer.json b/composer.json index c8f60f3..27b6a2e 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.14" + "version": "0.2.15" }