From dca3b370065a6ca706371a51474273fbcf36381d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 10 Mar 2023 12:14:10 +0900 Subject: [PATCH] Release 2.5.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db45d318..e3711df9 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.5.6] - 2023-03-10 + - Update `wasmtime@latest` to 6.0.1. ## [2.5.5] - 2023-03-08 @@ -663,7 +665,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.5.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.5.6...HEAD +[2.5.6]: https://github.com/taiki-e/install-action/compare/v2.5.5...v2.5.6 [2.5.5]: https://github.com/taiki-e/install-action/compare/v2.5.4...v2.5.5 [2.5.4]: https://github.com/taiki-e/install-action/compare/v2.5.3...v2.5.4 [2.5.3]: https://github.com/taiki-e/install-action/compare/v2.5.2...v2.5.3