Skip to content

Commit

Permalink
Merge pull request #340 from buildkite/rel/v0.22.0
Browse files Browse the repository at this point in the history
Release prep for v0.22.0
  • Loading branch information
lizrabuya committed Aug 1, 2023
2 parents cf552e4 + b1fa869 commit ef6d615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## [v0.22.0](https://github.com/buildkite/terraform-provider-buildkite/compare/v0.21.2...v0.22.0)

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {
required_providers {
buildkite = {
source = "buildkite/buildkite"
version = "0.21.2"
version = "0.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
buildkite = {
source = "buildkite/buildkite"
version = "0.21.2"
version = "0.22.0"
}
}
}
Expand Down

0 comments on commit ef6d615

Please sign in to comment.