Skip to content

Commit 64722cd

Browse files
chore: release 6.0.0 (#98)
* 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 25367f4 commit 64722cd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ 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.0.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v5.1.0...v6.0.0) (2020-03-25)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* The `project` variable has been removed from the `projects_iam` submodule. Please use `projects` instead.
17+
18+
### Features
19+
20+
* Add custom_role submodule ([#95](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/95)) ([18cbbf1](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/18cbbf1a4f703fb30987899c041a6844d842c6dc))
21+
22+
23+
### Bug Fixes
24+
25+
* Support empty subnet bindings ([#97](https://www.github.com/terraform-google-modules/terraform-google-iam/issues/97)) ([2f04df9](https://www.github.com/terraform-google-modules/terraform-google-iam/commit/2f04df98ba1a01e907b0d5ab1da133810c5c18bd))
26+
1127
## [Unreleased]
1228

1329
### Added

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

0 commit comments

Comments
 (0)