From cc6a4561c730d9f156f11ad63833611906426561 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 14 Jun 2022 01:10:14 +0900 Subject: [PATCH] Release 1.4.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ba9828e..cc4c96f5e 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.4.1] - 2022-06-13 + - Update `cargo-llvm-cov@latest` to 0.4.7. ## [1.4.0] - 2022-06-10 @@ -151,7 +153,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.4.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/taiki-e/install-action/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/taiki-e/install-action/compare/v1.3.13...v1.4.0 [1.3.13]: https://github.com/taiki-e/install-action/compare/v1.3.12...v1.3.13 [1.3.12]: https://github.com/taiki-e/install-action/compare/v1.3.11...v1.3.12