From 1a9f05017e4f206e0f44a063e3d258bf6ff75f6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:24:03 +0000 Subject: [PATCH 1/2] docs: update changelog for 3.8.0 release Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com> --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 8afda08..92983b4 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.8.0] - 2026-09-21 + +### Changed + +- Upgraded `cbauth` to `^7.0.0` to support thread-safe authentication startup. + +### Fixed + +- Corrected the `Strict-Transport-Security` header formatting by removing the extra `": "` in the rendered header value. + ## [3.7.2] - 2026-08-26 ### 🐛 Fixed From 8e44c252458e4797a7567421e2fc1a371e8a7f0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:42:12 +0000 Subject: [PATCH 2/2] docs: keep release notes under Unreleased Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com> --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index 92983b4..561c8e9 100644 --- a/changelog.md +++ b/changelog.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.8.0] - 2026-09-21 - ### Changed - Upgraded `cbauth` to `^7.0.0` to support thread-safe authentication startup.