We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34236c4 commit 325c614Copy full SHA for 325c614
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.2.1 (2021-02-02)
2
+
3
+### BugFixes
4
5
+- [#59](https://github.com/terraform-linters/tflint-ruleset-aws/pull/59): Bump tflint-plugin-sdk to v0.8.1
6
7
## 0.2.0 (2021-01-31)
8
9
The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.
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 {
0 commit comments