Skip to content

Commit cd79dc8

Browse files
committed
Bump up version to v0.39.2
1 parent 5eeb34e commit cd79dc8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example:
5757
5858
```console
5959
$ tflint -v
60-
TFLint version 0.39.1
60+
TFLint version 0.39.2
6161
$ terraform -v
6262
Terraform v1.2.6
6363
```

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.39.2 (2022-08-05)
2+
3+
### BugFixes
4+
5+
- [#1469](https://github.com/terraform-linters/tflint/pull/1469): plugin: Return a file from other modules ([@wata727](https://github.com/wata727))
6+
7+
### Chores
8+
9+
- [#1466](https://github.com/terraform-linters/tflint/pull/1466): workflow(homebrew): update to use personal fork ([@chenrui333](https://github.com/chenrui333))
10+
111
## 0.39.1 (2022-07-29)
212

313
### 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.39.1"
6+
const Version string = "0.39.2"
77

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

0 commit comments

Comments
 (0)