From d7975a1de23014ff85d5da2d113615774467bcc1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 17 Mar 2025 22:19:25 +0900 Subject: [PATCH] Release 2.49.28 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34b0598..03a3deb0 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.49.28] - 2025-03-17 + - Update `osv-scanner@latest` to 2.0.0. ## [2.49.27] - 2025-03-16 @@ -3694,7 +3696,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.49.27...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.28...HEAD +[2.49.28]: https://github.com/taiki-e/install-action/compare/v2.49.27...v2.49.28 [2.49.27]: https://github.com/taiki-e/install-action/compare/v2.49.26...v2.49.27 [2.49.26]: https://github.com/taiki-e/install-action/compare/v2.49.25...v2.49.26 [2.49.25]: https://github.com/taiki-e/install-action/compare/v2.49.24...v2.49.25