diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 54ccc73..02ea383 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.8 + uses: tj-actions/github-changelog-generator@v1.10 with: output: 'HISTORY.md' - name: Create Pull Request diff --git a/HISTORY.md b/HISTORY.md index 5e66748..da957d6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v1.10](https://github.com/tj-actions/github-changelog-generator/tree/v1.10) (2022-01-01) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.9...v1.10) + +**Merged pull requests:** + +- Upgraded to v1.9 [\#83](https://github.com/tj-actions/github-changelog-generator/pull/83) ([jackton1](https://github.com/jackton1)) + ## [v1.9](https://github.com/tj-actions/github-changelog-generator/tree/v1.9) (2021-12-28) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.8...v1.9) diff --git a/README.md b/README.md index 5dbff50..2712aa7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generate CHANGELOG/HISTORY markdown files for your project steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.9 + uses: tj-actions/github-changelog-generator@v1.10 with: output: 'HISTORY.md' ``` diff --git a/action.yml b/action.yml index 726f682..7e642a1 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Github Changelog/History Generator +name: Github Changelog or History Generator description: Github Changelog/History Generator author: tj-actions inputs: