diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 538aa63..bb914b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.16" + ".": "0.9.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cba01..2fe78f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.17](https://github.com/icoretech/codex-action/compare/v0.9.16...v0.9.17) (2026-07-08) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.143.0 ([#48](https://github.com/icoretech/codex-action/issues/48)) ([f1ef2a4](https://github.com/icoretech/codex-action/commit/f1ef2a43e01f32a3caeae262b2e8eccdad233b23)) + ## [0.9.16](https://github.com/icoretech/codex-action/compare/v0.9.15...v0.9.16) (2026-07-02)