diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 871c1ad..bfa837f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.5" + ".": "0.9.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcc218..552e397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.6](https://github.com/icoretech/codex-action/compare/v0.9.5...v0.9.6) (2026-06-04) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.137.0 ([#25](https://github.com/icoretech/codex-action/issues/25)) ([7467005](https://github.com/icoretech/codex-action/commit/746700549d870bc99cd57081429de95afc91dd3b)) + ## [0.9.5](https://github.com/icoretech/codex-action/compare/v0.9.4...v0.9.5) (2026-06-02)