Skip to content

Commit 811e2df

Browse files
chore(main): release 4.2.0 (#164)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d416977 commit 811e2df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [4.2.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.1.0...v4.2.0) (2025-08-28)
9+
10+
11+
### Features
12+
13+
* **deps:** Update Terraform Google Provider to v7 (major) ([#162](https://github.com/terraform-google-modules/terraform-google-address/issues/162)) ([d416977](https://github.com/terraform-google-modules/terraform-google-address/commit/d41697753dab39aa89479da85e1e7f2dd985a0f0))
14+
815
## [4.1.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.0.0...v4.1.0) (2024-08-29)
916

1017

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ following example:
2121
```hcl
2222
module "address-fe" {
2323
source = "terraform-google-modules/address/google"
24-
version = "~> 4.1"
24+
version = "~> 4.2"
2525
2626
project_id = "gcp-network"
2727
region = "us-west1"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-address/v4.1.0"
28+
module_name = "blueprints/terraform/terraform-google-address/v4.2.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)