From 9b5b983efc779f85e5e5d11539f005e85ccb27ff Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 24 Mar 2024 00:12:44 +0900 Subject: [PATCH] Release 2.29.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9763c024..9305159c 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.29.6] - 2024-03-23 + - Update `cargo-deny@latest` to 0.14.20. ## [2.29.5] - 2024-03-22 @@ -1935,7 +1937,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.29.5...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.29.6...HEAD +[2.29.6]: https://github.com/taiki-e/install-action/compare/v2.29.5...v2.29.6 [2.29.5]: https://github.com/taiki-e/install-action/compare/v2.29.4...v2.29.5 [2.29.4]: https://github.com/taiki-e/install-action/compare/v2.29.3...v2.29.4 [2.29.3]: https://github.com/taiki-e/install-action/compare/v2.29.2...v2.29.3