Skip to content

Commit

Permalink
Bump up version to v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Sep 23, 2022
1 parent 66a38f3 commit 7bf753b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Example:
```console
$ tflint -v
TFLint version 0.40.1
TFLint version 0.41.0
$ terraform -v
Terraform v1.2.9
Terraform v1.3.0
```
-->
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.41.0 (2022-09-24)

### Enhancements

- [#1519](https://github.com/terraform-linters/tflint/pull/1519): terraform: Add support for Terraform v1.3 ([@wata727](https://github.com/wata727))

### Chores

- [#1510](https://github.com/terraform-linters/tflint/pull/1510): Move evaluation impl to under the terraform package ([@wata727](https://github.com/wata727))
- [#1523](https://github.com/terraform-linters/tflint/pull/1523): Update Terraform compatibility notices ([@wata727](https://github.com/wata727))

## 0.40.1 (2022-09-17)

### 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.40.1"
const Version string = "0.41.0"

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

0 comments on commit 7bf753b

Please sign in to comment.