diff --git a/HISTORY.md b/HISTORY.md index 428d74b..8f5f06c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +# Changelog + +## [v1.1](https://github.com/tj-actions/github-changelog-generator/tree/v1.1) (2021-02-21) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1...v1.1) + +## [v1](https://github.com/tj-actions/github-changelog-generator/tree/v1) (2021-02-21) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/ffa35139b8f946ad67197790e00444a93424428f...v1) + History ------- @@ -5,3 +15,6 @@ v1 (2021-02-20) ------------------ * Initial Release. + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/README.md b/README.md index 12fd93c..f8faf2a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Github CHANGELOG generator steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1 + uses: tj-actions/github-changelog-generator@v1.1 with: output: 'HISTORY.md' ```