From 4d03a94d088ccce46fafe2cf24bbe43e3e430116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 05:30:55 +0000 Subject: [PATCH] chore(main): release 0.9.4 --- .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 ee2bfff..1b1f6a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd004ff..02a2474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.4](https://github.com/icoretech/codex-action/compare/v0.9.3...v0.9.4) (2026-05-29) + + +### Bug Fixes + +* **deps:** update ghcr.io/icoretech/codex-docker docker tag to v0.135.0 ([#20](https://github.com/icoretech/codex-action/issues/20)) ([7521dcf](https://github.com/icoretech/codex-action/commit/7521dcf2c59aa707ddf0bfa72321846d7290bc94)) + ## [0.9.3](https://github.com/icoretech/codex-action/compare/v0.9.2...v0.9.3) (2026-05-27)