diff --git a/CHANGELOG.md b/CHANGELOG.md index ca10786..7919280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,13 +42,19 @@ _None._ ### Bug Fixes -- Fix not working SARIF upload on non-PR branches [#124] [#128] -- Fix logic in our `github_api` helper to auto-detecting the GitHub host [#127] [#128] +_None._ ### Internal Changes _None._ +## 3.7.1 + +### Bug Fixes + +- Fix logic in our `github_api` helper to auto-detecting the GitHub host [#127] [#128] +- Fix not working SARIF upload on non-PR branches [#124] + ## 3.7.0 ### New Features diff --git a/README.md b/README.md index d9e7ad2..70140ea 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.7.0: + - automattic/a8c-ci-toolkit#3.7.1: 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.7.0`. +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.1`. ## Configuration