From d211c4be5a95cbcd52a0870dda7d63a107a58368 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 2 Dec 2023 12:12:56 +0900 Subject: [PATCH] Release 2.21.26 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395ed1f1..12f1b59f 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.21.26] - 2023-12-02 + - Update `wasmtime@latest` to 15.0.1. ## [2.21.25] - 2023-12-01 @@ -1481,7 +1483,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.21.25...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.26...HEAD +[2.21.26]: https://github.com/taiki-e/install-action/compare/v2.21.25...v2.21.26 [2.21.25]: https://github.com/taiki-e/install-action/compare/v2.21.24...v2.21.25 [2.21.24]: https://github.com/taiki-e/install-action/compare/v2.21.23...v2.21.24 [2.21.23]: https://github.com/taiki-e/install-action/compare/v2.21.22...v2.21.23