From fd84b52d9c9e2ec4bef868ebe91dde1fbdea4e0d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 25 Jul 2022 19:40:48 +0900 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb465c6..b9311669 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.6.0] - 2022-07-25 + - Support mdbook-linkcheck. - Support mdbook on Windows. - Support wasmtime on Windows. @@ -216,7 +218,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.5.11...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/taiki-e/install-action/compare/v1.5.11...v1.6.0 [1.5.11]: https://github.com/taiki-e/install-action/compare/v1.5.10...v1.5.11 [1.5.10]: https://github.com/taiki-e/install-action/compare/v1.5.9...v1.5.10 [1.5.9]: https://github.com/taiki-e/install-action/compare/v1.5.8...v1.5.9