File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.4.0] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/compare/v0.3.0...v0.4.0 ) (2020-12-08)
11+
12+
13+ ### Features
14+
15+ * add integration tests ([ #11 ] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/issues/11 ) ) ([ 071d0d4] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/commit/071d0d4be4d0a417329ae6e60512440a43286f66 ) )
16+
1017## [ 0.3.0] ( https://www.github.com/terraform-google-modules/terraform-google-cloud-router/compare/v0.2.0...v0.3.0 ) (2020-10-08)
1118
1219
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.3 "
12+ version = "~> 0.4 "
1313
1414 name = "example-router"
1515 project = "<PROJECT ID>"
You can’t perform that action at this time.
0 commit comments