diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a66d1b..8ac3d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.3.0...v4.4.0) (2025-12-18) + + +### Features + +* **output types:** Change output types to list of strings ([#169](https://github.com/terraform-google-modules/terraform-google-address/issues/169)) ([bb3574b](https://github.com/terraform-google-modules/terraform-google-address/commit/bb3574b516870052d5ec0bd8525c3c3081a88bf2)) +* **testing:** Update Makefile and sync the code ([#168](https://github.com/terraform-google-modules/terraform-google-address/issues/168)) ([c1a0bc3](https://github.com/terraform-google-modules/terraform-google-address/commit/c1a0bc3cf3df22650e26227fbd94cf36e1c64bc3)) + ## [4.3.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.2.0...v4.3.0) (2025-11-24) diff --git a/README.md b/README.md index d4845b1..839f392 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ following example: ```hcl module "address-fe" { source = "terraform-google-modules/address/google" - version = "~> 4.3" + version = "~> 4.4" project_id = "gcp-network" region = "us-west1" diff --git a/metadata.yaml b/metadata.yaml index 26cd005..2011c17 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -23,7 +23,7 @@ spec: source: repo: https://github.com/terraform-google-modules/terraform-google-address.git sourceType: git - version: 4.3.0 + version: 4.4.0 actuationTool: flavor: Terraform version: ">= 0.13" diff --git a/versions.tf b/versions.tf index b3b54f4..226c879 100644 --- a/versions.tf +++ b/versions.tf @@ -25,7 +25,7 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-address/v4.3.0" + module_name = "blueprints/terraform/terraform-google-address/v4.4.0" } }