From 64722cdecfd752716b5442befe4dab070441e7fc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 15:37:44 -0400 Subject: [PATCH] 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> --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ac9697..9b643a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ 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.0.0](https://www.github.com/terraform-google-modules/terraform-google-iam/compare/v5.1.0...v6.0.0) (2020-03-25) + + +### ⚠ BREAKING CHANGES + +* The `project` variable has been removed from the `projects_iam` submodule. Please use `projects` instead. + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + ## [Unreleased] ### Added diff --git a/README.md b/README.md index 62e0598a..6738de68 100644 --- a/README.md +++ b/README.md @@ -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 = "~> 5.0" + version = "~> 6.0" projects = ["project-123456", "project-9876543"]