Skip to content

Commit

Permalink
chore(master): release 4.0.1 (#71)
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 Nov 6, 2023
1 parent fe5b8b5 commit 895867b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-folders/compare/v4.0.0...v4.0.1) (2023-10-17)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#70](https://github.com/terraform-google-modules/terraform-google-folders/issues/70)) ([2195da2](https://github.com/terraform-google-modules/terraform-google-folders/commit/2195da2e940c21f39119b6fe4016990d49d178ac))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-folders/compare/v3.1.0...v4.0.0) (2023-06-15)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-folders.git
sourceType: git
version: 3.1.0
version: 4.0.1
actuationTool:
type: Terraform
version: '>= 1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-folders/v4.0.0"
module_name = "blueprints/terraform/terraform-google-folders/v4.0.1"
}
}

0 comments on commit 895867b

Please sign in to comment.