Skip to content

Commit

Permalink
chore: release 2.2.0 (#64)
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 Nov 29, 2021
1 parent 248b914 commit 01c160c
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][keepachangelog-site],
and this project adheres to [Semantic Versioning][semver-site].

## [2.2.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.1.0...v2.2.0) (2021-11-16)


### Features

* update TPG version constraints to allow 4.0 ([#63](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/issues/63)) ([248b914](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/commit/248b914e7d7c4a384224c862d98b0846b0cdda7c))

## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.0.0...v2.1.0) (2021-08-13)


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

}

0 comments on commit 01c160c

Please sign in to comment.