Skip to content

Commit

Permalink
chore(master): release 2.2.0 (#40)
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 Feb 23, 2022
1 parent 374ab2d commit a67f41e
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.2.0](https://github.com/terraform-google-modules/terraform-google-dataflow/compare/v2.1.0...v2.2.0) (2022-02-23)


### Features

* update TPG version constraints to allow 4.0 ([#34](https://github.com/terraform-google-modules/terraform-google-dataflow/issues/34)) ([374ab2d](https://github.com/terraform-google-modules/terraform-google-dataflow/commit/374ab2d2c7cd05ce1a156400d8fe6ce48d7a4a91))

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


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.1.0"
module_name = "blueprints/terraform/terraform-google-dataflow:dataflow_bucket/v2.2.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.1.0"
module_name = "blueprints/terraform/terraform-google-dataflow/v2.2.0"
}

}

0 comments on commit a67f41e

Please sign in to comment.