diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a6f7684..6ea55bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.33" + ".": "0.9.34" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c047704..200bdee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.34](https://github.com/icoretech/codex-action/compare/v0.9.33...v0.9.34) (2026-09-03) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.153.0 ([#82](https://github.com/icoretech/codex-action/issues/82)) ([79c4142](https://github.com/icoretech/codex-action/commit/79c41421845be903007a5031e398aebfece7b793)) + ## [0.9.33](https://github.com/icoretech/codex-action/compare/v0.9.32...v0.9.33) (2026-09-02)