diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d2b6b2ef..149a4cfd2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.20.0"} +{".":"1.20.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7389a4026..7fd238eef 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.1](https://github.com/stranske/Workflows/compare/v1.20.0...v1.20.1) (2026-08-06) + + +### Bug Fixes + +* restore agent rail startup recovery ([#2957](https://github.com/stranske/Workflows/issues/2957)) ([7258187](https://github.com/stranske/Workflows/commit/7258187c571182328876f68ab86940b60bc45863)) + ## [1.20.0](https://github.com/stranske/Workflows/compare/v1.19.19...v1.20.0) (2026-08-06)