Skip to content

Commit

Permalink
chore(master): release 5.3.0 (#107)
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 Sep 11, 2024
1 parent 51d3023 commit 92bd814
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).

## [5.3.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v5.2.0...v5.3.0) (2024-08-29)


### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#106](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/106)) ([51d3023](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/51d302333333306a84ed9a4188b382724c4cc7ac))

## [5.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v5.1.1...v5.2.0) (2023-11-30)


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/v5.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-dns/v5.3.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-dns/v5.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-dns/v5.3.0"
}

}

0 comments on commit 92bd814

Please sign in to comment.