From 7a112d4091f23808a83a5625a92c97517f293cf7 Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 03:39:29 +0000 Subject: [PATCH] chore(main): release 1.20.11 --- .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 5c9c72426..9e13b38ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.10"} +{".":"1.20.11"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d010c043d..6e172f243 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.11](https://github.com/stranske/Workflows/compare/v1.20.10...v1.20.11) (2026-08-08) + + +### Bug Fixes + +* **gate:** harden issue format routing ([#2979](https://github.com/stranske/Workflows/issues/2979)) ([ae3e198](https://github.com/stranske/Workflows/commit/ae3e1989daa43b26a71d1372f312556b2294a63b)) + ## [1.20.10](https://github.com/stranske/Workflows/compare/v1.20.9...v1.20.10) (2026-08-08)