Skip to content

Commit

Permalink
Bump up version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Mar 6, 2021
1 parent 4b56d1b commit c3bb8c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.6.0 (2021-03-07)

### Enhancements

- [#79](https://github.com/terraform-linters/tflint-ruleset-google/pull/79): Update Magic Modules

### Chores

- [#76](https://github.com/terraform-linters/tflint-ruleset-google/pull/76): Upgrade to Go 1.16
- [#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
- [#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

## 0.5.1 (2021-02-02)

### BugFixes
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.1"
const Version string = "0.6.0"

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

0 comments on commit c3bb8c9

Please sign in to comment.