diff --git a/CHANGELOG.md b/CHANGELOG.md index f9013e5..5e73ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## [0.4.0](https://github.com/terraform-google-modules/terraform-google-cloud-operations/compare/v0.3.0...v0.4.0) (2023-11-09) + + +### Features + +* upgraded versions.tf to include minor bumps from tpg v5 ([0d5f47c](https://github.com/terraform-google-modules/terraform-google-cloud-operations/commit/0d5f47c90180932170c3e8ce8d3240ecfb56dfea)) + ## [0.3.0](https://github.com/terraform-google-modules/terraform-google-cloud-operations/compare/v0.2.4...v0.3.0) (2023-06-21) diff --git a/modules/simple-uptime-check/versions.tf b/modules/simple-uptime-check/versions.tf index 233c47d..6b3d228 100644 --- a/modules/simple-uptime-check/versions.tf +++ b/modules/simple-uptime-check/versions.tf @@ -25,6 +25,6 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-cloud-operations:simple-uptime-check/v0.3.0" + module_name = "blueprints/terraform/terraform-google-cloud-operations:simple-uptime-check/v0.4.0" } }