diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a63dc81..d1f955e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.0.2] - 2022-01-05 + +- Update `cargo-minimal-versions@latest` to 0.1.1. + ## [1.0.1] - 2022-01-05 - Fix error in cases where the release has been created but the binary has not yet been uploaded. @@ -18,6 +22,7 @@ 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.0.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/taiki-e/install-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/taiki-e/install-action/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0