diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9f7b2b3..1979ed6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.24" + ".": "0.9.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc460b..6d25da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.25](https://github.com/icoretech/codex-action/compare/v0.9.24...v0.9.25) (2026-08-05) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.146.1 ([#64](https://github.com/icoretech/codex-action/issues/64)) ([f962798](https://github.com/icoretech/codex-action/commit/f96279881f231c29575523b2b02682ecfcb73021)) + ## [0.9.24](https://github.com/icoretech/codex-action/compare/v0.9.23...v0.9.24) (2026-07-29)