File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2021-01-31)
2
+
3
+ ### Breaking Changes
4
+
5
+ - [ #58 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/58 ) : Bump tflint-plugin-sdk to v0.8.0
6
+
7
+ ### Enhancements
8
+
9
+ - [ #56 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/56 ) : Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.37.1
10
+ - [ #57 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/57 ) : Bump aws-sdk-go
11
+
12
+ ### Chores
13
+
14
+ - [ #47 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/47 ) : Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
15
+ - [ #54 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/54 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.0 to 2.4.2
16
+
1
17
## 0.1.2 (2021-01-10)
2
18
3
19
### BugFixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
3
3
import "fmt"
4
4
5
5
// Version is ruleset version
6
- const Version string = "0.1.2 "
6
+ const Version string = "0.2.0 "
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments