diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f32527..d023fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.3.4](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.3.3...v0.3.4) (2023-04-19) + + +### ✏️ Documentation | 文档 + +* **admin:** 修改了登录的验证文案 ([0d4e80f](http://124.126.16.154:8888/singularity/hyperf-admin/commit/0d4e80fe15e0e9a3de447012669ec2045323f1a5)) + ### [0.3.3](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.3.2...v0.3.3) (2023-04-18) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 87a0871..448a0fa 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file diff --git a/composer.json b/composer.json index b24fe88..1ebe8bb 100644 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.3.3" + "version": "0.3.4" }