From 75a16ebc9f66b181ffac640d0a7a33e5875867d3 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Thu, 13 Apr 2023 14:09:22 +0000 Subject: [PATCH] Bump up version to v0.23.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- project/main.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90b8b2..c24acad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.23.1 (2023-04-13) + +### BugFixes + +- [#267](https://github.com/terraform-linters/tflint-ruleset-google/pull/267): Bump tflint-plugin-sdk to v0.16.1 + ## 0.23.0 (2023-04-09) ### Breaking Changes diff --git a/README.md b/README.md index 08b0eae..58e7d2c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli ```hcl plugin "google" { enabled = true - version = "0.23.0" + version = "0.23.1" source = "github.com/terraform-linters/tflint-ruleset-google" } ``` diff --git a/project/main.go b/project/main.go index 8954b1e..e91a8e2 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.23.0" +const Version string = "0.23.1" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {