From 0256b3ea9ae3d751755a35cbb0608979a842f1d2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 12 Jul 2024 10:42:40 +0900 Subject: [PATCH] Release 2.41.16 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12429ce9..98567589 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.41.16] - 2024-07-12 + - Update `syft@latest` to 1.9.0. ## [2.41.15] - 2024-07-11 @@ -2458,7 +2460,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.41.15...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.41.16...HEAD +[2.41.16]: https://github.com/taiki-e/install-action/compare/v2.41.15...v2.41.16 [2.41.15]: https://github.com/taiki-e/install-action/compare/v2.41.14...v2.41.15 [2.41.14]: https://github.com/taiki-e/install-action/compare/v2.41.13...v2.41.14 [2.41.13]: https://github.com/taiki-e/install-action/compare/v2.41.12...v2.41.13