From c760c0c00612fe0ebb27b11bdf98b4d875d758e9 Mon Sep 17 00:00:00 2001 From: Richard Wooding Date: Sun, 23 Aug 2026 16:45:30 +0200 Subject: [PATCH] chore: prepare CHANGELOG for v3.9.1 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3745acc..0bd2bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [3.9.1] - 2026-08-23 ### Changed - **CI**: retired the scheduled Dependency Update workflow (#176). Its PRs were created with the default `GITHUB_TOKEN`, so CI never ran on them, @@ -8,6 +10,12 @@ releases. Dependabot takes over fully: gomod updates now include indirect dependencies, grouped weekly for minor/patch bumps (majors stay separate), plus weekly grouped GitHub Actions updates. +- **Dependencies**: first grouped dependabot updates — 32 minor/patch Go + module bumps in one PR (#184), `github.com/google/flatbuffers` + 23.5.26 → 25.12.19 (#185), and 5 GitHub Actions bumps (#183). +- **CI**: the fuzz workflow pins Go as `1.26.x` with `check-latest`; the + bare `1.26` pin resolved to go1.26.6 under `setup-go@v7`'s + `GOTOOLCHAIN=local` and refused go.mod's `go 1.26.7` (#183). ## [3.9.0] - 2026-08-22 ### Changed