diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0509bfc..15ace6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.36" + ".": "0.9.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a24cd..59e0825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.37](https://github.com/icoretech/codex-action/compare/v0.9.36...v0.9.37) (2026-09-05) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.153.4 ([#88](https://github.com/icoretech/codex-action/issues/88)) ([4d618d6](https://github.com/icoretech/codex-action/commit/4d618d62a759e1e4456f72c2b46d2012fe9184db)) + ## [0.9.36](https://github.com/icoretech/codex-action/compare/v0.9.35...v0.9.36) (2026-09-05)