diff --git a/CHANGELOG.md b/CHANGELOG.md index 66efc11..323e343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version: v0.7.0 + +* [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title +* [#19](https://github.com/saadmk11/github-actions-version-updater/pull/19): Add Option to Use Commit SHA as a Version and FIx Latest Release Version Resolver +* [#17](https://github.com/saadmk11/github-actions-version-updater/pull/17): Refactor Code and Use `github-action-utils` for logging +* [#24](https://github.com/saadmk11/github-actions-version-updater/pull/24): Add Option to Request Reviews for Generated Pull Request +* [#18](https://github.com/saadmk11/github-actions-version-updater/pull/18): Add Option to Skip Pull Request +* [#26](https://github.com/saadmk11/github-actions-version-updater/pull/26): Add Option to use Release Types (major, minor, patch) for Updates +* [#27](https://github.com/saadmk11/github-actions-version-updater/pull/27): Improve Documentation + + # Version: v0.5.6 * [#9](https://github.com/saadmk11/github-actions-version-updater/pull/9): Update marketplace badge URL diff --git a/README.md b/README.md index 5e96a43..ded1ba4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.5.6 + uses: saadmk11/github-actions-version-updater@v0.7.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -117,7 +117,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.5.6 + uses: saadmk11/github-actions-version-updater@v0.7.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}