From fbf9c51b43f1b8199a8e46259300507f9232a736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:08:55 +0000 Subject: [PATCH] chore(main): release 0.9.24 --- .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 e0891d8..9f7b2b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.23" + ".": "0.9.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7743ca..5dc460b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.24](https://github.com/icoretech/codex-action/compare/v0.9.23...v0.9.24) (2026-07-29) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.146.0 ([#62](https://github.com/icoretech/codex-action/issues/62)) ([10a064d](https://github.com/icoretech/codex-action/commit/10a064d615aef5428b62ee1aca091c3613a7cd55)) + ## [0.9.23](https://github.com/icoretech/codex-action/compare/v0.9.22...v0.9.23) (2026-07-22)