Skip to content

Commit 84b5119

Browse files
chore: release 6.3.0 (#110)
1 parent ac41053 commit 84b5119

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.3.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.2.0...v6.3.0) (2020-09-02)
12+
13+
14+
### Features
15+
16+
* Adding support for IAM Conditions ([#109](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/109)) ([ac41053](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/ac41053db55fad183313dc4e9c7f7fbff86c232d))
17+
1118
## [6.2.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.1.0...v6.2.0) (2020-07-17)
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.2"
37+
version = "~> 6.3"
3838
3939
projects = ["project-123456", "project-9876543"]
4040

0 commit comments

Comments
 (0)