Skip to content

Commit

Permalink
Merge 472ae79 into 4ec9fa0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 13, 2021
2 parents 4ec9fa0 + 472ae79 commit 1c68f9c
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).

### [2.0.1](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v2.0.0...v2.0.1) (2021-01-13)


### Bug Fixes

* Remove incorrect substitution for seed project ([#84](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/84)) ([4ec9fa0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/4ec9fa083066712bcea317bcf9066646e07a66c6))

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.7.0...v2.0.0) (2021-01-12)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild/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:cloudbuild/v2.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v2.0.1"
}
}
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/v2.0.0"
module_name = "blueprints/terraform/terraform-google-bootstrap/v2.0.1"
}
}

0 comments on commit 1c68f9c

Please sign in to comment.