Skip to content

Commit

Permalink
Bump up version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Feb 1, 2021
1 parent 1c34526 commit 5677364
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.1 (2021-02-02)

### BugFixes

- [#73](https://github.com/terraform-linters/tflint-ruleset-google/pull/73): Bump tflint-plugin-sdk to v0.8.1

### Chores

- [#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

## 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.
Expand Down
2 changes: 1 addition & 1 deletion project/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5677364

Please sign in to comment.