diff --git a/CHANGELOG.md b/CHANGELOG.md index 618b83cd..b572df41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.6.0...v1.7.0) (2020-11-05) + + +### Features + +* custom seed project id ([#74](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/74)) ([4d44c4b](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/4d44c4ba57638f7aca081a3a3bcc2685437f17f4)) + ## [1.6.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.5.0...v1.6.0) (2020-10-26) diff --git a/README.md b/README.md index 811ae1f0..4c227bc4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Basic usage of this module is as follows: ```hcl module "bootstrap" { source = "terraform-google-modules/bootstrap/google" - version = "~> 1.6" + version = "~> 1.7" org_id = "" billing_account = ""