From e711ee648b3740682da3ac7b6c4e01f56bd0e1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:44:07 +0000 Subject: [PATCH] chore(main): release 0.9.37 --- .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 0509bfc..15ace6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.36" + ".": "0.9.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a24cd..59e0825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.37](https://github.com/icoretech/codex-action/compare/v0.9.36...v0.9.37) (2026-09-05) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.153.4 ([#88](https://github.com/icoretech/codex-action/issues/88)) ([4d618d6](https://github.com/icoretech/codex-action/commit/4d618d62a759e1e4456f72c2b46d2012fe9184db)) + ## [0.9.36](https://github.com/icoretech/codex-action/compare/v0.9.35...v0.9.36) (2026-09-05)