File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Example:
27
27
28
28
```console
29
29
$ tflint -v
30
- TFLint version 0.36.1
30
+ TFLint version 0.36.2
31
31
$ terraform -v
32
32
Terraform v1.1.9
33
33
```
Original file line number Diff line number Diff line change
1
+ ## 0.36.2 (2022-05-06)
2
+
3
+ ### BugFixes
4
+
5
+ - [ #1376 ] ( https://github.com/terraform-linters/tflint/pull/1376 ) : Fix unintended errors when enabling Terraform rules by CLI ([ @wata727 ] ( https://github.com/wata727 ) )
6
+ - [ #1377 ] ( https://github.com/terraform-linters/tflint/pull/1377 ) : Fix panic when enabling plugins by CLI ([ @wata727 ] ( https://github.com/wata727 ) )
7
+
1
8
## 0.36.1 (2022-05-05)
2
9
3
10
### BugFixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package tflint
3
3
import "fmt"
4
4
5
5
// Version is application version
6
- const Version string = "0.36.1 "
6
+ const Version string = "0.36.2 "
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments