From 7b2bc6ded8e582bee9b8dc72a8bf9806770043d2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 20 Feb 2022 11:26:34 +0900 Subject: [PATCH] Release 1.1.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48a999e..cf34e984 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.6] - 2022-02-20 + - Update `cargo-llvm-cov@latest` to 0.2.1. - Update `shfmt@latest` to 3.4.3. @@ -56,7 +58,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.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.1.6...HEAD +[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 [1.1.4]: https://github.com/taiki-e/install-action/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/taiki-e/install-action/compare/v1.1.2...v1.1.3