From 65fc39765762d6d35ba9a259e32ec6706dae6515 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 07:37:22 +0000 Subject: [PATCH] chore(main): release 1.20.12 --- .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 9e13b38ba..f7918ba0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.11"} +{".":"1.20.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e172f243..35aa3da26 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.12](https://github.com/stranske/Workflows/compare/v1.20.11...v1.20.12) (2026-08-08) + + +### Bug Fixes + +* **agents:** skip closed issue bridge events ([#2982](https://github.com/stranske/Workflows/issues/2982)) ([6b1b9ba](https://github.com/stranske/Workflows/commit/6b1b9ba1ea6cc2cfa2c70fbeb8ae9f723a76ae1c)) + ## [1.20.11](https://github.com/stranske/Workflows/compare/v1.20.10...v1.20.11) (2026-08-08)