Skip to content

Commit

Permalink
Bump version to 0.27.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook authored Sep 5, 2023
1 parent e6ece37 commit 90d8d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.27.0](https://github.com/buildkite/terraform-provider-buildkite/compare/v0.26.0...v0.27.0)

- SUP-805: SUP-805: Team resource retries [[PR #360](https://github.com/buildkite/terraform-provider-buildkite/pull/360)] @james2791
- SUP-1392: Random test suite names in tests/t.Run() conversion [[PR #376](https://github.com/buildkite/terraform-provider-buildkite/pull/376)] @james2791
Expand All @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.

### Changes

This release adds a default timeout for all CRUD operations of 30 seconds. You can override this using the `timeout` attribute of the provider configuration block.
This release introduces a default timeout for all CRUD operations on resources of 30 seconds. You can override this using the `timeout` attribute of the provider configuration block.

## [v0.26.0](https://github.com/buildkite/terraform-provider-buildkite/compare/v0.25.0...v0.26.0)

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.26.0"
version = "0.27.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.26.0"
version = "0.27.0"
}
}
}
Expand Down

0 comments on commit 90d8d50

Please sign in to comment.