From 47e0a4c507c49a64304ce95e89e9839ca14faef2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 17 Jun 2022 00:58:42 +0900 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a882482..4b265ff2e 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.2] - 2022-06-16 + - Update `cargo-llvm-cov@latest` to 0.4.8. ## [1.4.1] - 2022-06-13 @@ -155,7 +157,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.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/taiki-e/install-action/compare/v1.4.1...v1.4.2 [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