Skip to content

Commit 14a14de

Browse files
authored
Release: Update changelog and readme for version 5.2.0 (#176)
1 parent 9781fbf commit 14a14de

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _None._
2626
2727
### Internal Changes
2828
29-
- Update `annotate_test_failures` to accept an optional `module` argument to make the `annotation context` module aware. [#175]
29+
_None._
3030
3131
-->
3232

@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 5.2.0
52+
53+
### Internal Changes
54+
55+
- Update `annotate_test_failures` to accept an optional `module` argument to make the `annotation context` module aware. [#175]
56+
5157
## 5.1.3
5258

5359
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ steps:
2626
restore_cache $(hash_file package-lock.json)
2727
2828
plugins:
29-
- automattic/a8c-ci-toolkit#5.1.3:
29+
- automattic/a8c-ci-toolkit#5.2.0:
3030
bucket: a8c-ci-cache # optional
3131
```
3232
33-
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.1.3`.
33+
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.2.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)