Skip to content

Commit

Permalink
chore(master): release 4.2.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 9, 2022
1 parent 6fbbab7 commit 2ca8565
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v4.1.0...v4.2.0) (2022-11-28)


### Features

* add reverse lookup & service dir zone ([#36](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/36)) ([b67b86e](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/b67b86e849ba823181f3830e2057e528941ed26c))


### Bug Fixes

* var.dnssec_config set to {} ([#39](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/39)) ([45b3b1b](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/45b3b1b447e37f3eff36890e308a4b0cf5ff8046))

## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v4.0.0...v4.1.0) (2021-12-22)


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

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

}

0 comments on commit 2ca8565

Please sign in to comment.