Skip to content

Commit

Permalink
Bump up version to v0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Aug 4, 2022
1 parent 5eeb34e commit cd79dc8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Example:
```console
$ tflint -v
TFLint version 0.39.1
TFLint version 0.39.2
$ terraform -v
Terraform v1.2.6
```
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.39.2 (2022-08-05)

### BugFixes

- [#1469](https://github.com/terraform-linters/tflint/pull/1469): plugin: Return a file from other modules ([@wata727](https://github.com/wata727))

### Chores

- [#1466](https://github.com/terraform-linters/tflint/pull/1466): workflow(homebrew): update to use personal fork ([@chenrui333](https://github.com/chenrui333))

## 0.39.1 (2022-07-29)

### BugFixes
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tflint
import "fmt"

// Version is application version
const Version string = "0.39.1"
const Version string = "0.39.2"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit cd79dc8

Please sign in to comment.