Skip to content

Commit a647179

Browse files
chore: release 6.2.0 (#107)
1 parent c6b968c commit a647179

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
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning][semantic-versioning].
88
Extending the adopted spec, each change should have a link to its
99
corresponding pull request appended.
1010

11+
## [6.2.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.1.0...v6.2.0) (2020-07-17)
12+
13+
14+
### Features
15+
16+
* add type of member to member submodule (member or group or serviceAccount) ([#106](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/106)) ([c6b968c](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/c6b968ce22dc48e3996f72e1e8b0e9bd2a5a6c01))
17+
1118
## [6.1.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.0.0...v6.1.0) (2020-04-13)
1219

1320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Full examples are in the [examples](./examples/) folder, but basic usage is as f
3434
```hcl
3535
module "projects_iam_bindings" {
3636
source = "terraform-google-modules/iam/google//modules/projects_iam"
37-
version = "~> 6.1"
37+
version = "~> 6.2"
3838
3939
projects = ["project-123456", "project-9876543"]
4040

0 commit comments

Comments
 (0)