From 18ab6bde9dca8a1b7ffc34d915c2c21a581e253a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 21 Sep 2024 03:18:55 +0900 Subject: [PATCH] Release 2.44.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eaedd80..cb81b422 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.6] - 2024-09-20 + - Update `wasmtime@latest` to 25.0.0. ## [2.44.5] - 2024-09-19 @@ -2760,7 +2762,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.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.6...HEAD +[2.44.6]: https://github.com/taiki-e/install-action/compare/v2.44.5...v2.44.6 [2.44.5]: https://github.com/taiki-e/install-action/compare/v2.44.4...v2.44.5 [2.44.4]: https://github.com/taiki-e/install-action/compare/v2.44.3...v2.44.4 [2.44.3]: https://github.com/taiki-e/install-action/compare/v2.44.2...v2.44.3