Skip to content

Commit 01c160c

Browse files
chore: release 2.2.0 (#64)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 248b914 commit 01c160c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog-site],
66
and this project adheres to [Semantic Versioning][semver-site].
77

8+
## [2.2.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.1.0...v2.2.0) (2021-11-16)
9+
10+
11+
### Features
12+
13+
* 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))
14+
815
## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.0.0...v2.1.0) (2021-08-13)
916

1017

modules/project_cleanup/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.1.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.2.0"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.1.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.2.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)