diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7c2b9..3759c59 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.1] - 2022-10-14 + - Fix invalid version format check introduced in 1.4.0. - Remove uses of [deprecated set-output workflow commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands). @@ -74,7 +76,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.6.0...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.0...v1.6.1 [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