From 745d78a9204034cebb1d17bac030d4f478dad674 Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 18:37:37 +0000 Subject: [PATCH] chore(main): release 1.20.20 --- .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 d17166ee1..501ff07e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.19"} +{".":"1.20.20"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a4740c5f1..03f67de0c 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.20](https://github.com/stranske/Workflows/compare/v1.20.19...v1.20.20) (2026-08-09) + + +### Bug Fixes + +* **agents:** preserve formatter refinement diagnostics ([#3012](https://github.com/stranske/Workflows/issues/3012)) ([d396cd0](https://github.com/stranske/Workflows/commit/d396cd06d798853100448bc17ceb3a13bce95344)) + ## [1.20.19](https://github.com/stranske/Workflows/compare/v1.20.18...v1.20.19) (2026-08-09)