diff --git a/CHANGELOG.md b/CHANGELOG.md index cccc5ae..d22c02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +### [0.2.6](http://124.126.16.154:8888/singularity/hdk-auth/compare/v0.2.5...v0.2.6) (2023-07-06) + + +### ✨ Features | 新功能 + +* **userRpc:** 更新 ([b89f0c9](http://124.126.16.154:8888/singularity/hdk-auth/commit/b89f0c99b604612767b8e802f40f79cfd18d15bc)) + + +### ⏪ Revert | 回退 + +* **middleware:** SessionMiddleware.php ([8b2a023](http://124.126.16.154:8888/singularity/hdk-auth/commit/8b2a023df37b5eb37719a50d0c34968e6fc7ac6d)) + ### [0.2.5](http://124.126.16.154:8888/singularity/hdk-auth/compare/v0.2.4...v0.2.5) (2023-07-05) diff --git a/composer.json b/composer.json index 3e19b83..bec6cc8 100755 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.5" + "version": "0.2.6" }