Skip to content

Commit

Permalink
chore(master): release 2.4.0 (#74)
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 Jun 2, 2022
1 parent e00736a commit 2875deb
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.4.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.3.0...v2.4.0) (2022-05-09)


### Features

* add topic_labels ([#73](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/73)) ([e00736a](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/e00736a2ac2aa8a5794d86ce032142db037a7a2e))

## [2.3.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.2.0...v2.3.0) (2022-02-15)


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.3.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.4.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.3.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.4.0"
}

}

0 comments on commit 2875deb

Please sign in to comment.