From eddbecd4006f27ba0e40f10b7338ffd949e4bffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:56:42 +0000 Subject: [PATCH] chore(main): release 0.9.26 --- .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 1979ed6..4410a97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.25" + ".": "0.9.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d25da7..5889082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.26](https://github.com/icoretech/codex-action/compare/v0.9.25...v0.9.26) (2026-08-07) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.147.0 ([#66](https://github.com/icoretech/codex-action/issues/66)) ([81cc761](https://github.com/icoretech/codex-action/commit/81cc761ec6a3541c0224b897dcc5aba51989ce91)) + ## [0.9.25](https://github.com/icoretech/codex-action/compare/v0.9.24...v0.9.25) (2026-08-05)