From 8dd9d7a20b41ddcfcbcb6f6c3899c26112912c68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:56:54 +0000 Subject: [PATCH] chore(main): release 0.9.36 --- .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 20026fe..0509bfc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.35" + ".": "0.9.36" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a827c..20a24cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.36](https://github.com/icoretech/codex-action/compare/v0.9.35...v0.9.36) (2026-09-05) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.153.3 ([#86](https://github.com/icoretech/codex-action/issues/86)) ([ba01377](https://github.com/icoretech/codex-action/commit/ba013778305e964f13a3139a7581d50746b36b00)) + ## [0.9.35](https://github.com/icoretech/codex-action/compare/v0.9.34...v0.9.35) (2026-09-04)