From 1d74f337f279f52e54c352ebe5b96eaa36c948d3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 29 May 2023 13:10:11 +0900 Subject: [PATCH] Release 2.9.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1590165..7694cc3a 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] +## [2.9.0] - 2023-05-29 + - Update `mdbook@latest` to 0.4.30. - Make cargo-binstall fallback more robust. ([#124](https://github.com/taiki-e/install-action/pull/124), thanks @NobodyXu) @@ -823,7 +825,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.8.8...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.9.0...HEAD +[2.9.0]: https://github.com/taiki-e/install-action/compare/v2.8.8...v2.9.0 [2.8.8]: https://github.com/taiki-e/install-action/compare/v2.8.7...v2.8.8 [2.8.7]: https://github.com/taiki-e/install-action/compare/v2.8.6...v2.8.7 [2.8.6]: https://github.com/taiki-e/install-action/compare/v2.8.5...v2.8.6