Skip to content

Commit 14ec248

Browse files
chore: release 0.3.0 (#14)
1 parent b8fd4c9 commit 14ec248

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on
77
and 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "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>"

0 commit comments

Comments
 (0)