Skip to content

Commit

Permalink
chore: release 4.1.0 (#34)
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] committed Dec 22, 2021
1 parent 10a2f46 commit 0c0490a
Show file tree
Hide file tree
Showing 2 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.1.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v4.0.0...v4.1.0) (2021-12-22)


### Features

* update TPG version constraints to allow 4.0 ([#33](https://www.github.com/terraform-google-modules/terraform-google-cloud-dns/issues/33)) ([10a2f46](https://www.github.com/terraform-google-modules/terraform-google-cloud-dns/commit/10a2f46245135edbd807cf9c9c76b9b5ea66cb03))

## [4.0.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v3.1.0...v4.0.0) (2021-06-23)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

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

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-dns/v4.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-dns/v4.1.0"
}

}

0 comments on commit 0c0490a

Please sign in to comment.