diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65a90f8..507bde5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.20" + ".": "0.9.21" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8030118..ae8ba9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.21](https://github.com/icoretech/codex-action/compare/v0.9.20...v0.9.21) (2026-07-16) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.144.5 ([#56](https://github.com/icoretech/codex-action/issues/56)) ([305ad32](https://github.com/icoretech/codex-action/commit/305ad32d793b1b93e7a160855934737e0d776efa)) + ## [0.9.20](https://github.com/icoretech/codex-action/compare/v0.9.19...v0.9.20) (2026-07-14)