Skip to content

Commit 87e2de9

Browse files
chore: release 6.4.0 (#119)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 86c16ee commit 87e2de9

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.4.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.3.1...v6.4.0) (2020-11-10)
12+
13+
14+
### Features
15+
16+
* Add support for predefined roles as a basis for custom roles ([#118](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/118)) ([86c16ee](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/86c16eed31e9c4477a99453ea8a9bb25fe3ce106))
17+
1118
### [6.3.1](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.3.0...v6.3.1) (2020-09-22)
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.3"
37+
version = "~> 6.4"
3838
3939
projects = ["project-123456", "project-9876543"]
4040

0 commit comments

Comments
 (0)