Skip to content

Commit 87f7876

Browse files
committed
Bump up version to v0.13.2
1 parent af17e6c commit 87f7876

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.13.2 (2022-03-29)
2+
3+
### BugFixes
4+
5+
- [#327](https://github.com/terraform-linters/tflint-ruleset-aws/pull/327): Suppress unevaluable/unknown/null errors on provider block eval ([@wata727](https://github.com/wata727))
6+
7+
### Chores
8+
9+
- [#321](https://github.com/terraform-linters/tflint-ruleset-aws/pull/321): Bump peter-evans/create-pull-request from 3 to 4
10+
- [#322](https://github.com/terraform-linters/tflint-ruleset-aws/pull/322): Bump actions/cache from 2 to 3
11+
112
## 0.13.1 (2022-03-28)
213

314
### BugFixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1919
```hcl
2020
plugin "aws" {
2121
enabled = true
22-
version = "0.13.1"
22+
version = "0.13.2"
2323
source = "github.com/terraform-linters/tflint-ruleset-aws"
2424
}
2525
```

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

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

0 commit comments

Comments
 (0)