Skip to content

Commit e4f78da

Browse files
authored
Update README and CHANGELOG for release 5.1.1 (#171)
1 parent e365d79 commit e4f78da

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
@@ -42,12 +42,18 @@ _None._
4242

4343
### Bug Fixes
4444

45-
- Make `install_gems` account for different C system libraries if `Gemfile.lock` includes `nokogiri` [#149]
45+
_None._
4646

4747
### Internal Changes
4848

4949
_None._
5050

51+
## 5.1.1
52+
53+
### Bug Fixes
54+
55+
- Make `install_gems` account for different C system libraries if `Gemfile.lock` includes `nokogiri` [#149]
56+
5157
## 5.1.0
5258

5359
### New Features

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.0:
29+
- automattic/a8c-ci-toolkit#5.1.1:
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.0`.
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.1`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)