From 1d080940f1d67ea0f7ae4a161875b3e56923d394 Mon Sep 17 00:00:00 2001 From: wata_mac Date: Sun, 10 Jan 2021 22:12:03 +0900 Subject: [PATCH] Bump up version to v0.7.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d87beb..ed7e7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.1 (2020-01-10) + +### BugFixes + +- [#93](https://github.com/terraform-linters/tflint-plugin-sdk/pull/93): tflint: Add workaround for parsing heredoc expressions + ## 0.7.0 (2021-01-03) This release changes the Runner interface. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.23+.