From eb30218ce67e042f25c0a5397b16e6c27f45a38c Mon Sep 17 00:00:00 2001 From: wata_mac Date: Tue, 2 Feb 2021 01:43:46 +0900 Subject: [PATCH] Bump up version to v0.8.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9754dc7..91ed4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.1 (2021-02-02) + +### BugFixes + +- [#100](https://github.com/terraform-linters/tflint-plugin-sdk/pull/100): tflint: Make sure RuleNames always return all rules + ## 0.8.0 (2021-01-31) This release fixes some bugs when using `Config` API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.24+.