From e8bd67c1f23e403a87467f8b5c0ef4408b74fd5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:59:42 +0000 Subject: [PATCH] chore(main): release 0.9.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)