From 038c2c6c1b7974cf18608d3511ae1f6a87b3cc29 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 5 Mar 2022 20:11:47 +0900 Subject: [PATCH] Release 1.1.8 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16512a69..7bdbc66a 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.1.8] - 2022-03-05 + - Update `cargo-llvm-cov@latest` to 0.2.3. ## [1.1.7] - 2022-03-02 @@ -64,7 +66,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.1.7...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.1.8...HEAD +[1.1.8]: https://github.com/taiki-e/install-action/compare/v1.1.7...v1.1.8 [1.1.7]: https://github.com/taiki-e/install-action/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/taiki-e/install-action/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/taiki-e/install-action/compare/v1.1.4...v1.1.5