Skip to content

Commit be43c43

Browse files
chore: release 3.1.0 (#37)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 38c6281 commit be43c43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-folders/compare/v3.0.0...v3.1.0) (2021-12-20)
11+
12+
13+
### Features
14+
15+
* update TPG version constraints to allow 4.0 ([#36](https://www.github.com/terraform-google-modules/terraform-google-folders/issues/36)) ([38c6281](https://www.github.com/terraform-google-modules/terraform-google-folders/commit/38c6281513746a81721c7cc3acaa91fa7c842155))
16+
1017
## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-folders/compare/v2.0.2...v3.0.0) (2021-01-20)
1118

1219

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525
}
2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-folders/v3.0.0"
27+
module_name = "blueprints/terraform/terraform-google-folders/v3.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)