diff --git a/CHANGELOG.md b/CHANGELOG.md index 3160d70..1c25eba 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.2.0] - 2021-07-20 + - [Add `branch` input option to reject releases from commits not contained in specified branches](https://github.com/taiki-e/create-gh-release-action/pull/7) ## [1.1.0] - 2021-06-23 @@ -34,7 +36,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/create-gh-release-action/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.1...v1.0.2