diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8fdea..f7d4b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # 版本更新日志 +### [0.2.10](http://124.126.16.154:8888/singularity/hdk-auth/compare/v0.2.9...v0.2.10) (2023-07-12) + + +### 🐛 Bug Fixes | Bug 修复 + +* **middleware.session:** 修复 secure 字段未设置的问题,增加了 http 不响应 sameSite 的逻辑 ([ecf0bc5](http://124.126.16.154:8888/singularity/hdk-auth/commit/ecf0bc5b36e2e881a287ffdcb43af05d6d125b5b)) +* **middleware.session:** 尝试修复 secure 字段未设置的问题 ([8dec90a](http://124.126.16.154:8888/singularity/hdk-auth/commit/8dec90afd8bd84d97002bfe7e115a911ebe03001)) + ### [0.2.9](http://124.126.16.154:8888/singularity/hdk-auth/compare/v0.2.8...v0.2.9) (2023-07-06) diff --git a/composer.json b/composer.json index 64b6fb3..0ec2ad4 100755 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.9" + "version": "0.2.10" }