From 087b8bdbf4936f09675e89b3d15cedd70a3ce954 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 4 Dec 2022 07:03:31 +0900 Subject: [PATCH] Release 1.15.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f02cb73..dd34f595 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] +## [1.15.1] - 2022-12-03 + - Update `wasmtime@latest` to 3.0.1. - Update `protoc@latest` to 3.21.10. - Update `cargo-hack@latest` to 0.5.24. @@ -408,7 +410,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.15.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.15.1...HEAD +[1.15.1]: https://github.com/taiki-e/install-action/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/taiki-e/install-action/compare/v1.14.7...v1.15.0 [1.14.7]: https://github.com/taiki-e/install-action/compare/v1.14.6...v1.14.7 [1.14.6]: https://github.com/taiki-e/install-action/compare/v1.14.5...v1.14.6