diff --git a/CHANGELOG.md b/CHANGELOG.md index a06c8551..24fb3b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,17 +38,27 @@ _None._ ### New Features -- Add a script for commenting dependencies diff on PRs in Android projects [#120] -- Append summarized list to dependency diff comment [#122] +_None._ ### Bug Fixes -- Don't require passing owner and repo names to `upload_sarif_to_github` [#121] +_None._ ### Internal Changes _None._ +## 3.7.0 + +### New Features + +- Add a script for commenting dependencies diff on PRs in Android projects [#120] +- Append summarized list to dependency diff comment [#122] + +### Bug Fixes + +- Don't require passing owner and repo names to `upload_sarif_to_github` [#121] + ## 3.6.2 ### Bug Fixes diff --git a/README.md b/README.md index 3afe12cd..d9e7ad23 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ steps: restore_cache $(hash_file package-lock.json) plugins: - - automattic/a8c-ci-toolkit#3.6.2: + - automattic/a8c-ci-toolkit#3.7.0: bucket: a8c-ci-cache # optional ``` -Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `3.6.2`. +Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `3.7.0`. ## Configuration