From c2fda7d0e23ae0953d16f038b3ab10f2d53532d6 Mon Sep 17 00:00:00 2001 From: wata_mac Date: Mon, 4 Jan 2021 01:35:43 +0900 Subject: [PATCH] Bump up version to v0.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ project/main.go | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d24376..de91e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.4.0 (2021-01-04) + +The minimum supported version of TFLint has changed in this version. TFLint v0.23.0+ is required for this plugin to work. + +### Breaking Changes + +- [#65](https://github.com/terraform-linters/tflint-ruleset-google/pull/65): Bump tflint-plugin-sdk to v0.7.0 + +### Enhancements + +- [#64](https://github.com/terraform-linters/tflint-ruleset-google/pull/64): Update Magic Modules + +### Chores + +- [#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 +- [#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 +- [#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 + ## 0.3.0 (2020-11-24) The minimum supported version of TFLint has changed in this version. TFLint v0.21.0+ is required for this plugin to work. diff --git a/project/main.go b/project/main.go index 7362982..8c39254 100644 --- a/project/main.go +++ b/project/main.go @@ -3,7 +3,7 @@ package project import "fmt" // Version is ruleset version -const Version string = "0.3.0" +const Version string = "0.4.0" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {