From 63501cf9f4bf392f210e76c9b519cae795d682f7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:02:35 +0000 Subject: [PATCH] chore(main): release 0.15.0 (#76) 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 0470faa..883d98d 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.15.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.14.0...v0.15.0) (2024-09-24) + + +### Features + +* **deps:** Update Terraform Google Provider to >= 3.53, < 6.4 ([#73](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/73)) ([8bff947](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/8bff947d83a907dacaa321031445aa05755c4dca)) + ## [0.14.0](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.13.0...v0.14.0) (2024-09-11) diff --git a/README.md b/README.md index 2af5872..697b7d9 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.14" + version = "~> 0.15" project_id = "" naming_prefix = "example-prefix" diff --git a/versions.tf b/versions.tf index 015b28d..ee39a4f 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.14.0" + module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.15.0" } }