From 48b904a029685cd4d00a8383ab8917d0a44530b0 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 16 Sep 2024 01:17:47 +0900 Subject: [PATCH] Release 2.44.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c4a7d1..0351d53d 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.0] - 2024-09-15 + - Support `release-plz`. ([#649](https://github.com/taiki-e/install-action/pull/649), thanks @Veetaha) ## [2.43.7] - 2024-09-15 @@ -2732,7 +2734,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.43.7...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.0...HEAD +[2.44.0]: https://github.com/taiki-e/install-action/compare/v2.43.7...v2.44.0 [2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7 [2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6 [2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5