From 88b86db37ebe00b3d46fdc0797367edbe08ef9ab Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:50:37 +0000 Subject: [PATCH] chore(main): release 1.19.1 --- .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 b5d8d88bb..57d91355c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.19.0"} +{".":"1.19.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b80624f18..ff626b9c0 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.19.1](https://github.com/stranske/Workflows/compare/v1.19.0...v1.19.1) (2026-08-04) + + +### Bug Fixes + +* **sync:** repair generated review and dependency drift ([#2908](https://github.com/stranske/Workflows/issues/2908)) ([e92136d](https://github.com/stranske/Workflows/commit/e92136d61e5d96a0e774181a317aa6c5c60f0d1c)) + ## [1.19.0](https://github.com/stranske/Workflows/compare/v1.18.0...v1.19.0) (2026-08-03)