diff --git a/CHANGELOG.md b/CHANGELOG.md index f1719f2..65cbc21 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.6.0] - 2022-09-08 + - Add `token` input option to use the specified token instead of `GITHUB_TOKEN` environment variable. - Add `ref` input option to use the specified tag ref instead of `GITHUB_REF` environment variable. @@ -68,7 +70,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.5.0...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.2.2...v1.3.0