From f13a7242dd741f7c7f037e829c0036f75303a12f Mon Sep 17 00:00:00 2001 From: "agents-workflows-bot[bot]" <251285186+agents-workflows-bot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:37:20 +0000 Subject: [PATCH] chore(main): release 1.24.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a7a0434e..bcdc779de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.24.0"} +{".":"1.24.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index fadcc9fe1..9a9892ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.24.1](https://github.com/stranske/Workflows/compare/v1.24.0...v1.24.1) (2026-08-15) + + +### Bug Fixes + +* **sync:** release candidates past actionable deliveries ([#3111](https://github.com/stranske/Workflows/issues/3111)) ([eede091](https://github.com/stranske/Workflows/commit/eede0912e6e64383a506e82c280393378baa62ff)) +* **sync:** restore delivery and keepalive writer auth ([#3109](https://github.com/stranske/Workflows/issues/3109)) ([ed985d6](https://github.com/stranske/Workflows/commit/ed985d6ab178f683eb01c46f09f1d306f7b57e70)) + ## [1.24.0](https://github.com/stranske/Workflows/compare/v1.23.6...v1.24.0) (2026-08-15)