From 110747aeb5fcb9704e4dcc90d2535e41a6fba445 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:46:16 -0700 Subject: [PATCH] chore(master): release 0.7.0 (#48) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638187a..34b8e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.7.0](https://github.com/terraform-google-modules/terraform-google-utils/compare/v0.6.0...v0.7.0) (2023-06-13) + + +### Features + +* add new Google Cloud Regions ([#47](https://github.com/terraform-google-modules/terraform-google-utils/issues/47)) ([d6bb1f8](https://github.com/terraform-google-modules/terraform-google-utils/commit/d6bb1f8b9edfc63f77b82167dec9b4cb12bc0ffd)) + ## [0.6.0](https://github.com/terraform-google-modules/terraform-google-utils/compare/v0.5.0...v0.6.0) (2022-06-09) diff --git a/README.md b/README.md index d260919..f911898 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic usage of this module is as follows: ```hcl module "utils" { source = "terraform-google-modules/utils/google" - version = "~> 0.3" + version = "~> 0.7" region = "us-central1" }