From 2d57bf37fe9fab88b6ec604bfaa8c76ed00ea64a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 9 Oct 2024 02:47:07 +0900 Subject: [PATCH] Release 2.44.27 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baf1e9c..7a300fc2 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.44.27] - 2024-10-08 + - Update `syft@latest` to 1.14.0. ## [2.44.26] - 2024-10-07 @@ -2862,7 +2864,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.44.26...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.27...HEAD +[2.44.27]: https://github.com/taiki-e/install-action/compare/v2.44.26...v2.44.27 [2.44.26]: https://github.com/taiki-e/install-action/compare/v2.44.25...v2.44.26 [2.44.25]: https://github.com/taiki-e/install-action/compare/v2.44.24...v2.44.25 [2.44.24]: https://github.com/taiki-e/install-action/compare/v2.44.23...v2.44.24