File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.3.0] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/compare/v0.2.0...v0.3.0 ) (2020-10-08)
11+
12+
13+ ### Features
14+
15+ * pin devtools to 0.12.0 ([ #13 ] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/issues/13 ) ) ([ b8fd4c9] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/commit/b8fd4c94c26b9209ba4463ea27a3522dd423a1da ) )
16+ * Support for Terraform 0.13 ([ #12 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-router/pull/12 ) )
17+
1018## [ 0.2.0] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/compare/v0.1.0...v0.2.0 ) (2020-06-30)
1119
1220
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99``` hcl
1010module "cloud_router" {
1111 source = "terraform-google-modules/cloud-router/google"
12- version = "~> 0.2 "
12+ version = "~> 0.3 "
1313
1414 name = "example-router"
1515 project = "<PROJECT ID>"
You can’t perform that action at this time.
0 commit comments