From 32bf3ffb1f5f0e483cfa84bac05bb21ef3d0db95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:54:53 +0000 Subject: [PATCH] chore(main): release 0.9.38 --- .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 15ace6f..0b9cd20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.37" + ".": "0.9.38" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e0825..72e0d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.38](https://github.com/icoretech/codex-action/compare/v0.9.37...v0.9.38) (2026-09-10) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.154.0 ([#90](https://github.com/icoretech/codex-action/issues/90)) ([0b2a8c3](https://github.com/icoretech/codex-action/commit/0b2a8c34fb9718f0540e4bbdaaddaf1d4a9e0c89)) + ## [0.9.37](https://github.com/icoretech/codex-action/compare/v0.9.36...v0.9.37) (2026-09-05)