diff --git a/CHANGELOG.md b/CHANGELOG.md index c0827d49..e3b166bb 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.34.0] - 2024-06-01 + - Support cargo-binstall fallback without cargo. ## [2.33.36] - 2024-06-01 @@ -2229,7 +2231,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.33.36...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.34.0...HEAD +[2.34.0]: https://github.com/taiki-e/install-action/compare/v2.33.36...v2.34.0 [2.33.36]: https://github.com/taiki-e/install-action/compare/v2.33.35...v2.33.36 [2.33.35]: https://github.com/taiki-e/install-action/compare/v2.33.34...v2.33.35 [2.33.34]: https://github.com/taiki-e/install-action/compare/v2.33.33...v2.33.34