Skip to content

Commit 5677364

Browse files
committed
Bump up version to v0.5.1
1 parent 1c34526 commit 5677364

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.5.0 (2021-02-01)
212

313
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

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.5.0"
6+
const Version string = "0.5.1"
77

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

0 commit comments

Comments
 (0)