Skip to content

Commit e606da4

Browse files
committed
Bump up version to 0.24.1
1 parent 31ceb71 commit e606da4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.24.0
31-
+ ruleset.aws (0.2.0-bundled)
30+
TFLint version 0.24.1
31+
+ ruleset.aws (0.2.1-bundled)
3232
$ terraform -v
3333
Terraform v0.14.5
3434
```

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.24.1 (2021-02-02)
2+
3+
### BugFixes
4+
5+
- [#1055](https://github.com/terraform-linters/tflint/pull/1055): Bump tflint-plugin-sdk and bundled plugins ([@wata727](https://github.com/wata727))
6+
17
## 0.24.0 (2021-01-31)
28

39
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.

tflint/meta.go

Lines changed: 1 addition & 1 deletion
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.24.0"
6+
const Version string = "0.24.1"
77

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

0 commit comments

Comments
 (0)