Skip to content

Commit c2fda7d

Browse files
committed
Bump up version to v0.4.0
1 parent 8e895b0 commit c2fda7d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.4.0 (2021-01-04)
2+
3+
The minimum supported version of TFLint has changed in this version. TFLint v0.23.0+ is required for this plugin to work.
4+
5+
### Breaking Changes
6+
7+
- [#65](https://github.com/terraform-linters/tflint-ruleset-google/pull/65): Bump tflint-plugin-sdk to v0.7.0
8+
9+
### Enhancements
10+
11+
- [#64](https://github.com/terraform-linters/tflint-ruleset-google/pull/64): Update Magic Modules
12+
13+
### Chores
14+
15+
- [#59](https://github.com/terraform-linters/tflint-ruleset-google/pull/59): Bump github.com/google/go-cmp from 0.5.3 to 0.5.4
16+
- [#62](https://github.com/terraform-linters/tflint-ruleset-google/pull/62): Bump github.com/hashicorp/hcl/v2 from 2.7.1 to 2.8.1
17+
- [#63](https://github.com/terraform-linters/tflint-ruleset-google/pull/63): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.3.0 to 2.4.0
18+
119
## 0.3.0 (2020-11-24)
220

321
The minimum supported version of TFLint has changed in this version. TFLint v0.21.0+ is required for this plugin to work.

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.3.0"
6+
const Version string = "0.4.0"
77

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

0 commit comments

Comments
 (0)