Skip to content

Commit 325c614

Browse files
committed
Bump up version to v0.2.1
1 parent 34236c4 commit 325c614

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.2.0 (2021-01-31)
28

39
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.2.0"
6+
const Version string = "0.2.1"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)