diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12f41597c10..340670be981 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.16.0", - "infra/module-swapper": "0.4.6", + "infra/module-swapper": "0.4.7", "tflint-ruleset-blueprint": "0.1.0" } diff --git a/infra/module-swapper/CHANGELOG.md b/infra/module-swapper/CHANGELOG.md index 72e586b0e78..716e5919273 100644 --- a/infra/module-swapper/CHANGELOG.md +++ b/infra/module-swapper/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.7](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/module-swapper/v0.4.6...infra/module-swapper/v0.4.7) (2024-06-28) + + +### Bug Fixes + +* **deps:** update module github.com/hashicorp/hcl/v2 to v2.21.0 ([#2435](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2435)) ([83ae0c8](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/83ae0c8f323edd7985a1267529fbb17877803f66)) + ## [0.4.6](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/module-swapper/v0.4.5...infra/module-swapper/v0.4.6) (2024-04-22)