We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c34526 commit 5677364Copy full SHA for 5677364
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.5.1 (2021-02-02)
2
+
3
+### BugFixes
4
5
+- [#73](https://github.com/terraform-linters/tflint-ruleset-google/pull/73): Bump tflint-plugin-sdk to v0.8.1
6
7
+### Chores
8
9
+- [#72](https://github.com/terraform-linters/tflint-ruleset-google/pull/72): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.1 to 2.4.2
10
11
## 0.5.0 (2021-02-01)
12
13
The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.
project/main.go
@@ -3,7 +3,7 @@ package project
import "fmt"
// Version is ruleset version
-const Version string = "0.5.0"
+const Version string = "0.5.1"
// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
0 commit comments