Skip to content

Commit ffb6562

Browse files
chore(master): release 2.5.2
1 parent 1acd373 commit ffb6562

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.5.2](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.1...v2.5.2) (2023-05-12)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update go modules ([#121](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/121)) ([1acd373](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/1acd37393c860889945ded66deb25d3a387986b0))
14+
815
## [2.5.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.0...v2.5.1) (2023-04-06)
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.5.1"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.5.2"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.1"
31+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.2"
3232
}
3333

3434
}

0 commit comments

Comments
 (0)