diff --git a/CHANGELOG.md b/CHANGELOG.md index 844bd2e..bb06029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version: 0.7.5 + +* [#37](https://github.com/saadmk11/changelog-ci/pull/37): Separate GitHub API Base URL +* [#39](https://github.com/saadmk11/changelog-ci/pull/39): use self.filename on _commit_changelog() +* [#45](https://github.com/saadmk11/changelog-ci/pull/45): Make Documentation about Version Number Regex clearer +* [#40](https://github.com/saadmk11/changelog-ci/pull/40): Update description +* [#46](https://github.com/saadmk11/changelog-ci/pull/46): Add support for YAML config files +* [#47](https://github.com/saadmk11/changelog-ci/pull/47): Add yaml config +* [#48](https://github.com/saadmk11/changelog-ci/pull/48): Make it Clear what actions can be performed by Changelog CI in the README + + # Version: 0.7.0 * [#31](https://github.com/saadmk11/changelog-ci/pull/31): Update description diff --git a/README.md b/README.md index 68ffca6..f727a13 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ your `.github/workflows/workflow.yml` file: ```yaml - name: Run Changelog CI - uses: saadmk11/changelog-ci@v0.7.0 + uses: saadmk11/changelog-ci@v0.7.5 with: # Optional, you can provide any name for your changelog file, # defaults to `CHANGELOG.md` if not provided. @@ -236,7 +236,7 @@ jobs: - uses: actions/checkout@v2 - name: Run Changelog CI - uses: saadmk11/changelog-ci@v0.7.0 + uses: saadmk11/changelog-ci@v0.7.5 with: changelog_filename: CHANGELOG.md config_file: changelog-ci-config.json