Skip to content

Commit

Permalink
chore: release 6.4.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 18, 2020
1 parent 86c16ee commit 87e2de9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning][semantic-versioning].
Extending the adopted spec, each change should have a link to its
corresponding pull request appended.

## [6.4.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.3.1...v6.4.0) (2020-11-10)


### Features

* 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))

### [6.3.1](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.3.0...v6.3.1) (2020-09-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Full examples are in the [examples](./examples/) folder, but basic usage is as f
```hcl
module "projects_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 6.3"
version = "~> 6.4"
projects = ["project-123456", "project-9876543"]
Expand Down

0 comments on commit 87e2de9

Please sign in to comment.