From 9669fbb7f99d50ce9a5470fac172388250a696b9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 10 Oct 2024 03:49:05 +0900 Subject: [PATCH] Release 2.44.29 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1423781e..3778ff3a 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.29] - 2024-10-09 + - Update `wasmtime@latest` to 25.0.2. ## [2.44.28] - 2024-10-08 @@ -2870,7 +2872,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.28...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.29...HEAD +[2.44.29]: https://github.com/taiki-e/install-action/compare/v2.44.28...v2.44.29 [2.44.28]: https://github.com/taiki-e/install-action/compare/v2.44.27...v2.44.28 [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