diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7b8830..04b30ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ _None._ ### New Features -- Allow to specify category on `sarif` files upload [#183] +_None._ ### Bug Fixes @@ -48,6 +48,13 @@ _None._ _None._ +## 5.4.0 + +### New Features + +- Allow to specify category on `sarif` files upload [#183] + + ## 5.3.1 ### Bug Fixes diff --git a/README.md b/README.md index a641c4c2..6f0731e4 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ steps: restore_cache $(hash_file package-lock.json) plugins: - - automattic/a8c-ci-toolkit#5.3.1: + - automattic/a8c-ci-toolkit#5.4.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 `5.3.1`. +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 `5.4.0`. ## Configuration