diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c206008..e0389a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.8" + ".": "0.9.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f51849..d908572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.9](https://github.com/icoretech/codex-action/compare/v0.9.8...v0.9.9) (2026-06-18) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.141.0 ([#33](https://github.com/icoretech/codex-action/issues/33)) ([61aee22](https://github.com/icoretech/codex-action/commit/61aee228edc527e3cb1d9b2199a1e08cbec37443)) + ## [0.9.8](https://github.com/icoretech/codex-action/compare/v0.9.7...v0.9.8) (2026-06-16)