From a320c130006ad708798fa113c134159d2277979b Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:23:24 +0000 Subject: [PATCH] chore(main): release 1.20.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4143bb969..07090fcc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.5"} +{".":"1.20.6"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d040430c4..af87e342e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes are called out with a **BREAKING** marker and scheduled according to the policy in `COMPATIBILITY.md`. +## [1.20.6](https://github.com/stranske/Workflows/compare/v1.20.5...v1.20.6) (2026-08-07) + + +### Bug Fixes + +* harden synced issue format guard ([#2969](https://github.com/stranske/Workflows/issues/2969)) ([202f75f](https://github.com/stranske/Workflows/commit/202f75f4b105c4006788d45f862f805af396bd10)) + ## [1.20.5](https://github.com/stranske/Workflows/compare/v1.20.4...v1.20.5) (2026-08-07)