diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29efb83c47fe..fa347b4678b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.16.1", - "infra/module-swapper": "0.4.8", + "infra/module-swapper": "0.4.9", "tflint-ruleset-blueprint": "0.2.4" } diff --git a/infra/module-swapper/CHANGELOG.md b/infra/module-swapper/CHANGELOG.md index 3a1ad7f22baf..a12b6dfe08d7 100644 --- a/infra/module-swapper/CHANGELOG.md +++ b/infra/module-swapper/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.9](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/module-swapper/v0.4.8...infra/module-swapper/v0.4.9) (2024-09-05) + + +### Bug Fixes + +* **deps:** update module github.com/hashicorp/hcl/v2 to v2.22.0 ([#2569](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2569)) ([cfc0fdd](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/cfc0fdd4489800c38c5896fc0847cc927a953c59)) + ## [0.4.8](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/module-swapper/v0.4.7...infra/module-swapper/v0.4.8) (2024-07-22)