diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d14cd..e0891d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.22" + ".": "0.9.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e4524..b7743ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.23](https://github.com/icoretech/codex-action/compare/v0.9.22...v0.9.23) (2026-07-22) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.145.0 ([#60](https://github.com/icoretech/codex-action/issues/60)) ([cc6d6cc](https://github.com/icoretech/codex-action/commit/cc6d6cc8b75d58fe3abad67c3b73a292363b17f2)) + ## [0.9.22](https://github.com/icoretech/codex-action/compare/v0.9.21...v0.9.22) (2026-07-18)