Skip to content

Commit

Permalink
chore(master): release 0.7.0 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 13, 2023
1 parent 9a7daa7 commit 110747a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 110747a

Please sign in to comment.