Skip to content

Commit 343f239

Browse files
committed
Bump up version to v0.36.2
1 parent 42f6e94 commit 343f239

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.36.1
30+
TFLint version 0.36.2
3131
$ terraform -v
3232
Terraform v1.1.9
3333
```

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 0.36.1 (2022-05-05)
29

310
### BugFixes

tflint/meta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tflint
33
import "fmt"
44

55
// Version is application version
6-
const Version string = "0.36.1"
6+
const Version string = "0.36.2"
77

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

0 commit comments

Comments
 (0)