From 411220c55b754981b98da61e98925944a87ef89f Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:29:18 +0000 Subject: [PATCH] chore(main): release 1.20.26 --- .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 c5eea0b75..78c2a46b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.25"} +{".":"1.20.26"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2425ed2d2..f86ae80d8 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.26](https://github.com/stranske/Workflows/compare/v1.20.25...v1.20.26) (2026-08-10) + + +### Bug Fixes + +* **agents:** address corrected sync review debt ([#3033](https://github.com/stranske/Workflows/issues/3033)) ([8e716a4](https://github.com/stranske/Workflows/commit/8e716a46aa72b98784dcad7a29fb9d2b9c3e9706)) + ## [1.20.25](https://github.com/stranske/Workflows/compare/v1.20.24...v1.20.25) (2026-08-10)