Skip to content

Commit c3bb8c9

Browse files
committed
Bump up version to v0.6.0
1 parent 4b56d1b commit c3bb8c9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.6.0 (2021-03-07)
2+
3+
### Enhancements
4+
5+
- [#79](https://github.com/terraform-linters/tflint-ruleset-google/pull/79): Update Magic Modules
6+
7+
### Chores
8+
9+
- [#76](https://github.com/terraform-linters/tflint-ruleset-google/pull/76): Upgrade to Go 1.16
10+
- [#77](https://github.com/terraform-linters/tflint-ruleset-google/pull/77): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.2 to 2.4.4
11+
- [#78](https://github.com/terraform-linters/tflint-ruleset-google/pull/78): Bump github.com/hashicorp/hcl/v2 from 2.8.2 to 2.9.0
12+
113
## 0.5.1 (2021-02-02)
214

315
### BugFixes

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

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

0 commit comments

Comments
 (0)