Skip to content

Commit

Permalink
chore: release 4.4.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 11, 2021
1 parent 2c7adc8 commit 42e7a50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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).

## [4.4.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v4.3.0...v4.4.0) (2020-12-04)


### Features

* Added CMEK support ([#92](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/92)) ([392f735](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/392f735c05f7305743792017eff0f792d62ea5dd))


### Bug Fixes

* Fixed automated tests ([#94](https://www.github.com/terraform-google-modules/terraform-google-bigquery/issues/94)) ([862b8b6](https://www.github.com/terraform-google-modules/terraform-google-bigquery/commit/862b8b6c1e5dfbbce57d4d585fb42eb82a68b980))

## [4.3.0](https://www.github.com/terraform-google-modules/terraform-google-bigquery/compare/v4.2.1...v4.3.0) (2020-07-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Basic usage of this module is as follows:
```hcl
module "bigquery" {
source = "terraform-google-modules/bigquery/google"
version = "~> 4.3"
version = "~> 4.4"
dataset_id = "foo"
dataset_name = "foo"
Expand Down

0 comments on commit 42e7a50

Please sign in to comment.