From 476a3c18b7f13f3de20a0fdb0403b55713dd25b0 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 16 Mar 2026 22:10:14 -0700 Subject: [PATCH] docs: update CHANGELOG for v1.5 Co-authored-by: Codex --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b6e27..6c157a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,22 @@ # codex-action Changelog -## [v1.4](https://github.com/openai/codex-action/tree/v1.4) (2005-11-19) +## [v1.5](https://github.com/openai/codex-action/tree/v1.5) (2026-03-16) + +- [#74](https://github.com/openai/codex-action/pull/74) harden shell interpolation in action workflows + +## [v1.4](https://github.com/openai/codex-action/tree/v1.4) (2025-11-19) - [#58](https://github.com/openai/codex-action/pull/58) revert #56 and use the latest stable version of Codex CLI again -## [v1.3](https://github.com/openai/codex-action/tree/v1.3) (2005-11-19) +## [v1.3](https://github.com/openai/codex-action/tree/v1.3) (2025-11-19) - [#56](https://github.com/openai/codex-action/pull/56) temporarily set the default version of Codex CLI to `0.58.0` -## [v1.2](https://github.com/openai/codex-action/tree/v1.2) (2005-11-07) +## [v1.2](https://github.com/openai/codex-action/tree/v1.2) (2025-11-07) - [#52](https://github.com/openai/codex-action/pull/52) add `baseUrl` to `Octokit` constructor, if appropriate, for GHE -## [v1.1](https://github.com/openai/codex-action/tree/v1.1) (2005-11-05) +## [v1.1](https://github.com/openai/codex-action/tree/v1.1) (2025-11-05) - [#47](https://github.com/openai/codex-action/pull/47) added support for Azure via the new `responses-api-endpoint` parameter - [#36](https://github.com/openai/codex-action/pull/36) added `effort` parameter