diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9b760bf4235..25f76be58ea1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.15.1", "infra/module-swapper": "0.4.6", - "tflint-ruleset-blueprint": "0.1.0" + "tflint-ruleset-blueprint": "0.1.1" } diff --git a/tflint-ruleset-blueprint/CHANGELOG.md b/tflint-ruleset-blueprint/CHANGELOG.md index eb1dd46d1e40..56960406e1df 100644 --- a/tflint-ruleset-blueprint/CHANGELOG.md +++ b/tflint-ruleset-blueprint/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint/v0.1.0...tflint-ruleset-blueprint/v0.1.1) (2024-06-11) + + +### Bug Fixes + +* **deps:** update module github.com/terraform-linters/tflint-plugin-sdk to v0.20.0 ([#2380](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2380)) ([6bc4f2d](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/6bc4f2d709ec3878467ca34db8290b95238fa200)) + ## [0.1.0](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint-v0.0.1...tflint-ruleset-blueprint/v0.1.0) (2024-05-02)