Skip to content

Commit 6f9d7ce

Browse files
chore: release 6.1.0 (#103)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b1cb668 commit 6f9d7ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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.1.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v6.0.0...v6.1.0) (2020-04-13)
12+
13+
14+
### Features
15+
16+
* Add helper for assigning members to custom roles ([#102](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/102)) ([fc46920](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/fc469204fb961de12763904b323fd2e23d9acac2))
17+
* Add submodule for managing audit config ([#82](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/82)) ([801788c](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/801788c0bcafb5694ca49a6d4495362f90807d0b))
18+
1119
## [6.0.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v5.1.0...v6.0.0) (2020-03-25)
1220

1321

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.0"
37+
version = "~> 6.1"
3838
3939
projects = ["project-123456", "project-9876543"]
4040

0 commit comments

Comments
 (0)