Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#48)
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>
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
release-please[bot] and bharathkkb authored Apr 24, 2023
1 parent 008d92f commit 80bd7cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v4.2.1...v5.0.0) (2023-04-06)


### ⚠ BREAKING CHANGES

* Increased minimum Google Provider version to 4.40 ([#47](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/47))

* add cloud logging option for public DNS ([#47](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/47))

### Features

* add cloud logging option for public DNS ([#47](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/47)) ([c441d5c](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/c441d5c2d623cf590407c870613db77f4e19a6b5))

## [4.2.1](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v4.2.0...v4.2.1) (2022-12-29)


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

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

}

0 comments on commit 80bd7cd

Please sign in to comment.