From d77ef699f8f5016ad17eee7920288048e49e9c64 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 14:28:04 +0000 Subject: [PATCH] chore(main): release 1.23.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a80bd9a0..a73cce96d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.23.4"} +{".":"1.23.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e00f03bf..f13434cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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.23.5](https://github.com/stranske/Workflows/compare/v1.23.4...v1.23.5) (2026-08-15) + + +### Bug Fixes + +* **keepalive:** preserve trusted running writer ([#3100](https://github.com/stranske/Workflows/issues/3100)) ([52425ef](https://github.com/stranske/Workflows/commit/52425efe79bc98fa6a35fb9ec580105761b0c418)) +* model LangSmith fleet evidence states ([#3098](https://github.com/stranske/Workflows/issues/3098)) ([b5b40e5](https://github.com/stranske/Workflows/commit/b5b40e5225e0b5b28bbc76f1490a1e61c58ef97b)) +* **sync:** make generated delivery lifecycle self-resuming ([#3096](https://github.com/stranske/Workflows/issues/3096)) ([3ddc9ee](https://github.com/stranske/Workflows/commit/3ddc9ee58d2fac83b11f65dcfa5c5571265c1bc1)) + ## [1.23.4](https://github.com/stranske/Workflows/compare/v1.23.3...v1.23.4) (2026-08-15)