diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ea55bc..20026fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.34" + ".": "0.9.35" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 200bdee..61a827c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.35](https://github.com/icoretech/codex-action/compare/v0.9.34...v0.9.35) (2026-09-04) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.153.2 ([#84](https://github.com/icoretech/codex-action/issues/84)) ([d997380](https://github.com/icoretech/codex-action/commit/d9973803ffa9f79074e68c7bbe15e793ccaf11aa)) + ## [0.9.34](https://github.com/icoretech/codex-action/compare/v0.9.33...v0.9.34) (2026-09-03)