From 31738f577b638fb93afa0a9023a39027e647a42c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:17:15 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- versions.tf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9130b..07a2e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## [0.6.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.5.0...v0.6.0) (2024-05-31) + + +### Features + +* **deps:** Update Terraform Google Provider to >= 3.53, < 5.32 ([#37](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/37)) ([1dec844](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/1dec844f9e5ea9cf868d24e56fd9e5ffedd3756d)) + ## [0.5.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.4.0...v0.5.0) (2024-05-06) diff --git a/README.md b/README.md index 2e45ab6..18a60be 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Basic usage of this module is as follows: ```hcl module "out_of_band_security" { source = "terraform-google-modules/out-of-band-security/google" - version = "~> 0.5" + version = "~> 0.6" project_id = "" naming_prefix = "example-prefix" diff --git a/versions.tf b/versions.tf index 3236854..41fa4bd 100644 --- a/versions.tf +++ b/versions.tf @@ -32,6 +32,6 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.5.0" + module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.6.0" } }