Skip to content

Commit c6a8a63

Browse files
committed
Bump up version to v0.34.0
1 parent 43a6575 commit c6a8a63

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.33.2
30+
TFLint version 0.34.0
3131
$ terraform -v
32-
Terraform v1.0.11
32+
Terraform v1.1.0
3333
```
3434
-->

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.34.0 (2021-12-13)
2+
3+
### Breaking Changes
4+
5+
- [#1276](https://github.com/terraform-linters/tflint/pull/1276): terraform: Add support for Terraform v1.1 syntax ([@wata727](https://github.com/wata727))
6+
17
## 0.33.2 (2021-12-07)
28

39
### Chores

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.33.2"
6+
const Version string = "0.34.0"
77

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

0 commit comments

Comments
 (0)