diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0891d8..9f7b2b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.23" + ".": "0.9.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7743ca..5dc460b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.24](https://github.com/icoretech/codex-action/compare/v0.9.23...v0.9.24) (2026-07-29) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.146.0 ([#62](https://github.com/icoretech/codex-action/issues/62)) ([10a064d](https://github.com/icoretech/codex-action/commit/10a064d615aef5428b62ee1aca091c3613a7cd55)) + ## [0.9.23](https://github.com/icoretech/codex-action/compare/v0.9.22...v0.9.23) (2026-07-22)