From 9554a20bc2a25da13ad7184c8e23db1f3e776b07 Mon Sep 17 00:00:00 2001 From: wata_mac Date: Mon, 1 Feb 2021 02:12:41 +0900 Subject: [PATCH] Bump up version to v0.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ project/main.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de91e2c..58c2d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.5.0 (2021-02-01) + +The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work. + +### Breaking Changes + +- [#70](https://github.com/terraform-linters/tflint-ruleset-google/pull/70): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.7.0 to 0.8.0 + +### Enhancements + +- [#71](https://github.com/terraform-linters/tflint-ruleset-google/pull/71): Update Magic Modules + +### Chores + +- [#69](https://github.com/terraform-linters/tflint-ruleset-google/pull/69): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.0 to 2.4.1 + ## 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. diff --git a/project/main.go b/project/main.go index 8c39254..d539798 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.4.0" +const Version string = "0.5.0" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {