From e679b864f972fe04d8e686a11d5dec13a3aea4ba Mon Sep 17 00:00:00 2001 From: Neil Galvin Date: Fri, 18 Sep 2026 11:07:08 +0100 Subject: [PATCH] docs(changelog): roll [Unreleased] into [3.5.0], and backfill [3.4.0] Two sections rather than one, because the changelog had drifted from the tags. v3.4.0 was tagged on 2026-09-11 at the claude-code-review runner change (#80) without rolling the changelog, so that entry has been sitting under [Unreleased] ever since while already shipped. It now has a [3.4.0] section dated to its tag, which is where a reader looking up what v3.4.0 contains would expect to find it. [3.5.0] covers what has actually landed since: the docker-build QEMU skip and the new upload-sarif input (#82). Minor rather than patch because it adds an input; default true, so no consumer behaviour changes without opting in. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01EoicTZniGXry3W7YFZBsSM --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ccd5f..2e9070d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ project uses [SemVer](https://semver.org/) for the `vMAJOR.MINOR.PATCH` tags. ## [Unreleased] +## [3.5.0] - 2026-09-18 + ### Added - **`docker-build.yml` gained an `upload-sarif` input** (boolean, default @@ -33,6 +35,8 @@ project uses [SemVer](https://semver.org/) for the `vMAJOR.MINOR.PATCH` tags. cross-build — `scraper-proxy-router` (always) and `store-s3` (on `main`) — request `linux/arm64` and still get QEMU. +## [3.4.0] - 2026-09-11 + ### Changed - **`claude-code-review.yml` now defaults to a GitHub-hosted runner**