Skip to content

Commit

Permalink
chore: release 2.1.0 (#29)
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 Jul 22, 2021
1 parent 604207b commit cf03b67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-dataflow/compare/v2.0.0...v2.1.0) (2021-07-07)


### Features

* Add CMEK support ([#28](https://www.github.com/terraform-google-modules/terraform-google-dataflow/issues/28)) ([604207b](https://www.github.com/terraform-google-modules/terraform-google-dataflow/commit/604207be49d1b11a854eed68067979b8148aadd7))

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-dataflow/compare/v1.0.0...v2.0.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion modules/dataflow_bucket/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-dataflow:dataflow_bucket/v2.0.0"
module_name = "blueprints/terraform/terraform-google-dataflow:dataflow_bucket/v2.1.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-dataflow/v2.0.0"
module_name = "blueprints/terraform/terraform-google-dataflow/v2.1.0"
}

}

0 comments on commit cf03b67

Please sign in to comment.