diff --git a/HISTORY.md b/HISTORY.md index e89b76e..2bfef45 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v8.5](https://github.com/tj-actions/verify-changed-files/tree/v8.5) (2021-11-06) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.4...v8.5) + +**Merged pull requests:** + +- Upgraded to v8.4 [\#104](https://github.com/tj-actions/verify-changed-files/pull/104) ([jackton1](https://github.com/jackton1)) + ## [v8.4](https://github.com/tj-actions/verify-changed-files/tree/v8.4) (2021-11-06) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.3...v8.4) diff --git a/README.md b/README.md index a06d830..52e2a50 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Verify that certain files or directories did or did not change during the workfl echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v8.4 + uses: tj-actions/verify-changed-files@v8.5 id: verify-changed-files with: files: | @@ -69,7 +69,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v8.4 + uses: tj-actions/verify-changed-files@v8.5 id: verify-changed-files with: files: |