Skip to content

Commit

Permalink
chore(master): release 4.1.0 (#139)
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 Oct 1, 2024
1 parent e157add commit e92be72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.0.0...v4.1.0) (2024-08-29)


### Features

* add support for descriptions argument ([#136](https://github.com/terraform-google-modules/terraform-google-address/issues/136)) ([7e36a24](https://github.com/terraform-google-modules/terraform-google-address/commit/7e36a24fa724ca60b1551f55ede11867ef6d65f9))
* **deps:** Update Terraform Google Provider to v6 (major) ([#143](https://github.com/terraform-google-modules/terraform-google-address/issues/143)) ([e157add](https://github.com/terraform-google-modules/terraform-google-address/commit/e157addc03603f0301853ee58ef9502309c32b8d))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v3.2.0...v4.0.0) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ following example:
```hcl
module "address-fe" {
source = "terraform-google-modules/address/google"
version = "~> 4.0"
version = "~> 4.1"
project_id = "gcp-network"
region = "us-west1"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-address/v4.0.0"
module_name = "blueprints/terraform/terraform-google-address/v4.1.0"
}

}

0 comments on commit e92be72

Please sign in to comment.