From d4af208698122aa52a342592992b0bc361f821f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:02:34 +0000 Subject: [PATCH] chore(main): release 0.9.16 --- .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 242994f..538aa63 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.15" + ".": "0.9.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d16cd07..27cba01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.16](https://github.com/icoretech/codex-action/compare/v0.9.15...v0.9.16) (2026-07-02) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.142.5 ([#46](https://github.com/icoretech/codex-action/issues/46)) ([fc08eb8](https://github.com/icoretech/codex-action/commit/fc08eb82683cc0e6b7aebcf8e76ff102511b6352)) + ## [0.9.15](https://github.com/icoretech/codex-action/compare/v0.9.14...v0.9.15) (2026-06-29)