diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9908e..039a426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.6](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2024-12-06) + + +### 🐛 Bug Fixes | Bug 修复 + +* **exceptions:** 处理 HTTP 客户端和服务器异常 ([2dace65](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/2dace65933d7361c1124f8c5c125a507894584fb)) + ## [1.0.0-beta.5](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-09-12) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 89e5b18..844dc4b 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.5 \ No newline at end of file +1.0.0-beta.6 \ No newline at end of file diff --git a/composer.json b/composer.json index c1d17a2..8b8a556 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.5" + "version": "1.0.0-beta.6" }