From 14412ed3e8eda3152231760eda26fb3139df3a60 Mon Sep 17 00:00:00 2001 From: Neil Galvin Date: Sun, 30 Aug 2026 16:43:26 +0100 Subject: [PATCH] docs(changelog): roll [Unreleased] into [3.2.0] Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_017EDkXRcCrVDfu2e8V9Yy52 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bef43..4c88801 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.2.0] - 2026-08-30 + ### Added - `opentofu.yml` — `init-backend` input (boolean, default `true`). Set it to @@ -1061,7 +1063,8 @@ README; everything below is the actual content of this repo. - Bumped `actions/checkout` from `@v4` to `@v6` across all existing workflows for consistency with new files. -[Unreleased]: https://github.com/nkg/github-actions/compare/v3.1.0...HEAD +[Unreleased]: https://github.com/nkg/github-actions/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/nkg/github-actions/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/nkg/github-actions/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/nkg/github-actions/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/nkg/github-actions/compare/v2.17.0...v3.0.0