diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a8..871c1ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.9.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a2474..2bcc218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.5](https://github.com/icoretech/codex-action/compare/v0.9.4...v0.9.5) (2026-06-02) + + +### Bug Fixes + +* **deps:** update ghcr.io/icoretech/codex-docker docker tag to v0.136.0 ([#22](https://github.com/icoretech/codex-action/issues/22)) ([7d891f9](https://github.com/icoretech/codex-action/commit/7d891f9cdd98cbae6110c2b1ccc77691c156cf93)) + ## [0.9.4](https://github.com/icoretech/codex-action/compare/v0.9.3...v0.9.4) (2026-05-29)