diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3fd2e..6a9908e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +## [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) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 更新依赖 ([0283c72](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/0283c7286a58104c0ea649820fdab2dc781053c9)) + + +### ✨ Features | 新功能 + +* **email:** 对发送邮件增加密送,增加单独定制发件人的方法 ([b6dd7dd](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/b6dd7dd4ace2623a4631d22fc4e6394e9d2ddda7)) + ## [1.0.0-beta.4](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-06-23) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 4740ad7..89e5b18 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.4 \ No newline at end of file +1.0.0-beta.5 \ No newline at end of file diff --git a/composer.json b/composer.json index 5c69659..c1d17a2 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.4" + "version": "1.0.0-beta.5" }