Skip to content

Commit

Permalink
Bump up version to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Nov 1, 2021
1 parent 618c5d6 commit 79f77d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.13.2 (2021-11-02)

### BugFixes

- [#130](https://github.com/terraform-linters/tflint-ruleset-google/pull/130): rules: Use WalkResources to avoid a bug in JSON syntax

## 0.13.1 (2021-10-24)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1"
version = "0.13.2"
source = "github.com/terraform-linters/tflint-ruleset-google"
}
```
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.13.1"
const Version string = "0.13.2"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit 79f77d7

Please sign in to comment.