From 1f64d083d5e10ec2a186d268fe523708db2c2b4e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:36:28 -0400 Subject: [PATCH] chore(main): release 0.11.0 (#58) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- 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 bf2cd8b..7d76dd2 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.11.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.10.0...v0.11.0) (2024-07-22) + + +### Features + +* **deps:** Update Terraform Google Provider to >= 3.53, < 5.39 ([#57](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/57)) ([b3fc62a](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/b3fc62a767251cde2ce44ed294e545104fe8ed6b)) + ## [0.10.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.9.0...v0.10.0) (2024-07-09) diff --git a/README.md b/README.md index fc68c69..a4d452e 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.10" + version = "~> 0.11" project_id = "" naming_prefix = "example-prefix" diff --git a/versions.tf b/versions.tf index bdb3413..8233a0e 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.10.0" + module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.11.0" } }