From 06203676c62f0d3c765be3f2fcfbebbcb02d09f5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 22 Mar 2026 02:50:18 +0900 Subject: [PATCH] Release 2.69.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22448209..4b692592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.69.6] - 2026-03-21 + - Support signature verification for `mise` and `syft`. ([#1611](https://github.com/taiki-e/install-action/pull/1611)) - Update `mise@latest` to 2026.3.10. @@ -5997,7 +5999,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.69.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.69.6...HEAD +[2.69.6]: https://github.com/taiki-e/install-action/compare/v2.69.5...v2.69.6 [2.69.5]: https://github.com/taiki-e/install-action/compare/v2.69.4...v2.69.5 [2.69.4]: https://github.com/taiki-e/install-action/compare/v2.69.3...v2.69.4 [2.69.3]: https://github.com/taiki-e/install-action/compare/v2.69.2...v2.69.3