Skip to content

Commit

Permalink
chore: release 5.3.0 (#137)
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 Dec 23, 2021
1 parent 3795b11 commit cf906a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.2.0...v5.3.0) (2021-12-23)


### Features

* update TPG version constraints to allow 4.0 ([#133](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/133)) ([3795b11](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/3795b11a59f87dc013dc35ffcaf8edc9d9059830))

## [5.2.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.1.0...v5.2.0) (2021-06-16)


Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.2.0"
module_name = "blueprints/terraform/terraform-google-bigquery:authorization/v5.3.0"
}

}
2 changes: 1 addition & 1 deletion modules/udf/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.2.0"
module_name = "blueprints/terraform/terraform-google-bigquery:udf/v5.3.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery/v5.2.0"
module_name = "blueprints/terraform/terraform-google-bigquery/v5.3.0"
}

}

0 comments on commit cf906a5

Please sign in to comment.