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 1ae1e23 commit 071671aCopy full SHA for 071671a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.4.3 (2021-06-12)
2
+
3
+### Chores
4
5
+- [#127](https://github.com/terraform-linters/tflint-ruleset-aws/pull/127): Fix GoReleaser action inputs
6
7
## 0.4.2 (2021-06-12)
8
9
### Chores
project/main.go
@@ -3,7 +3,7 @@ package project
import "fmt"
// Version is ruleset version
-const Version string = "0.4.2"
+const Version string = "0.4.3"
// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
0 commit comments