diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d76dd2..05e5742 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.12.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.11.0...v0.12.0) (2024-08-01) + + +### Features + +* **deps:** Update Terraform Google Provider to >= 3.53, < 5.40 ([#61](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/61)) ([c1a9f9f](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/c1a9f9f6ad85c5ab14be130c05d8fb6d2b5028cc)) + ## [0.11.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.10.0...v0.11.0) (2024-07-22) diff --git a/README.md b/README.md index a4d452e..dd59a23 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.11" + version = "~> 0.12" project_id = "" naming_prefix = "example-prefix" diff --git a/versions.tf b/versions.tf index 2a24d2e..c886124 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.11.0" + module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.12.0" } }