Skip to content

Commit

Permalink
Bump up version to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Dec 13, 2021
1 parent 43a6575 commit c6a8a63
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -27,8 +27,8 @@ Example:
```console
$ tflint -v
TFLint version 0.33.2
TFLint version 0.34.0
$ terraform -v
Terraform v1.0.11
Terraform v1.1.0
```
-->
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.34.0 (2021-12-13)

### Breaking Changes

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

## 0.33.2 (2021-12-07)

### Chores
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.33.2"
const Version string = "0.34.0"

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

0 comments on commit c6a8a63

Please sign in to comment.