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 9f18be3 commit a4d1a57Copy full SHA for a4d1a57
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.4.2 (2021-06-12)
2
+
3
+### Chores
4
5
+- [#125](https://github.com/terraform-linters/tflint-ruleset-aws/pull/125): Update GoReleaser config to build arm64 for M1
6
+- [#126](https://github.com/terraform-linters/tflint-ruleset-aws/pull/126): Bump GoReleaser version
7
8
## 0.4.1 (2021-06-05)
9
10
### Enhancements
project/main.go
@@ -3,7 +3,7 @@ package project
import "fmt"
// Version is ruleset version
-const Version string = "0.4.1"
+const Version string = "0.4.2"
// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
0 commit comments