From 6c4029c2a5f66b76270310e82a6db2b6991d985a Mon Sep 17 00:00:00 2001 From: wata_mac Date: Sat, 2 Apr 2022 21:28:02 +0900 Subject: [PATCH] Bump up version to v0.10.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a1399..e070e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.10.1 (2022-04-02) + +### BugFixes + +- [#153](https://github.com/terraform-linters/tflint-plugin-sdk/pull/153): helper: Skip un-used variable block attributes + ## 0.10.0 (2022-03-27) This release contains a major update to the plugin system. Previously, this SDK uses traditional net/rpc + gob, but now it uses gRPC + Protocol Buffers.