From 3a61d27fed23aa37921aa085ce33a5979e75732e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:38:37 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .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 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d8db030..11436fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/IBM/simrun/compare/v0.4.1...v0.4.2) (2026-06-25) + + +### Bug Fixes + +* **ci:** update cosign command to remove registry referrers mode ([#20](https://github.com/IBM/simrun/issues/20)) ([a07cd69](https://github.com/IBM/simrun/commit/a07cd694e5e3e2536f7235d1b8af7487f7c65c10)) + ## [0.4.1](https://github.com/IBM/simrun/compare/v0.4.0...v0.4.1) (2026-06-25)