diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e5ea8..f835e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v5.5](https://github.com/tj-actions/verify-changed-files/tree/v5.5) (2021-02-12) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v5.4...v5.5) + +**Merged pull requests:** + +- Added changed\_files output [\#20](https://github.com/tj-actions/verify-changed-files/pull/20) ([jackton1](https://github.com/jackton1)) +- Bump alpine from 3.13.0 to 3.13.1 [\#19](https://github.com/tj-actions/verify-changed-files/pull/19) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Upgraded to v5.4 [\#18](https://github.com/tj-actions/verify-changed-files/pull/18) ([jackton1](https://github.com/jackton1)) + ## [v5.4](https://github.com/tj-actions/verify-changed-files/tree/v5.4) (2021-01-24) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v5.3...v5.4) diff --git a/README.md b/README.md index 274bf69..92252e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: run: | echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v5.4 + uses: tj-actions/verify-changed-files@v5.5 id: changed_files with: files: |