From 325c6145bfb9ebd4f15d9e3201c9c8053ab7f290 Mon Sep 17 00:00:00 2001 From: wata_mac Date: Tue, 2 Feb 2021 01:57:40 +0900 Subject: [PATCH] Bump up version to v0.2.1 --- CHANGELOG.md | 6 ++++++ project/main.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bdf701..fde2790b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.1 (2021-02-02) + +### BugFixes + +- [#59](https://github.com/terraform-linters/tflint-ruleset-aws/pull/59): Bump tflint-plugin-sdk to v0.8.1 + ## 0.2.0 (2021-01-31) The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work. diff --git a/project/main.go b/project/main.go index d0e0dfa2..522f4b61 100644 --- a/project/main.go +++ b/project/main.go @@ -3,7 +3,7 @@ package project import "fmt" // Version is ruleset version -const Version string = "0.2.0" +const Version string = "0.2.1" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {