diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1979ed6..4410a97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.25" + ".": "0.9.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d25da7..5889082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.26](https://github.com/icoretech/codex-action/compare/v0.9.25...v0.9.26) (2026-08-07) + + +### Bug Fixes + +* **deps:** update codex-docker image to v0.147.0 ([#66](https://github.com/icoretech/codex-action/issues/66)) ([81cc761](https://github.com/icoretech/codex-action/commit/81cc761ec6a3541c0224b897dcc5aba51989ce91)) + ## [0.9.25](https://github.com/icoretech/codex-action/compare/v0.9.24...v0.9.25) (2026-08-05)