Skip to content

Commit

Permalink
Bump up version to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Feb 1, 2021
1 parent 31ceb71 commit e606da4
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.24.0
+ ruleset.aws (0.2.0-bundled)
TFLint version 0.24.1
+ ruleset.aws (0.2.1-bundled)
$ terraform -v
Terraform v0.14.5
```
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.24.1 (2021-02-02)

### BugFixes

- [#1055](https://github.com/terraform-linters/tflint/pull/1055): Bump tflint-plugin-sdk and bundled plugins ([@wata727](https://github.com/wata727))

## 0.24.0 (2021-01-31)

This release fixes some bugs about the plugin system. For this update, the plugin must be built with tflint-plugin-sdk v0.8.0 to work with TFLint v0.24.0. For details, please see the CHANGELOG of tflint-plugin-sdk.
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.24.0"
const Version string = "0.24.1"

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

0 comments on commit e606da4

Please sign in to comment.