Skip to content

Commit

Permalink
chore: release 4.2.0 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 20, 2021
1 parent 71aa344 commit 93593a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v4.1.0...v4.2.0) (2021-12-13)


### Features

* update TPG version constraints to allow 4.0 ([#133](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/133)) ([71aa344](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/71aa344c657e1348cdca22900fc87e24820f2b6f))

## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v4.0.0...v4.1.0) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v4.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v4.2.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bootstrap/v4.1.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v4.2.0"
}
}

0 comments on commit 93593a2

Please sign in to comment.