diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bdc78d5..79250f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.10" + ".": "0.9.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e437425..f0d783e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.11](https://github.com/icoretech/codex-action/compare/v0.9.10...v0.9.11) (2026-06-25) + + +### Bug Fixes + +* **deps:** update codex-docker image ([#37](https://github.com/icoretech/codex-action/issues/37)) ([6107ac7](https://github.com/icoretech/codex-action/commit/6107ac760e809bbe0ff65126c6c7cfb1dda68789)) + ## [0.9.10](https://github.com/icoretech/codex-action/compare/v0.9.9...v0.9.10) (2026-06-23)