Skip to content

Commit

Permalink
chore(master): release 5.1.1 (#72)
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: Andrew Peabody <[email protected]>
  • Loading branch information
release-please[bot] and apeabody committed Oct 27, 2023
1 parent 32abb76 commit a362e79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.1](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v5.1.0...v5.1.1) (2023-10-27)


### Bug Fixes

* update for lint ([#63](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/63)) ([c62757f](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/c62757f3ae205cb3cc7d763771de90a105c10bdb))
* upgraded versions.tf to include minor bumps from tpg v5 ([#68](https://github.com/terraform-google-modules/terraform-google-cloud-dns/issues/68)) ([48786e6](https://github.com/terraform-google-modules/terraform-google-cloud-dns/commit/48786e6cce7279d42ea317d3d44d0de7cb7b21b3))

## [5.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-dns/compare/v5.0.1...v5.1.0) (2023-08-24)


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

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

}

0 comments on commit a362e79

Please sign in to comment.