Skip to content

Commit

Permalink
Bump up version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jun 5, 2021
1 parent 20be4a5 commit eee39f7
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.9.0 (2021-06-06)

### Enhancements

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

### Chores

- [#96](https://github.com/terraform-linters/tflint-ruleset-google/pull/96): Bump google.golang.org/api from 0.45.0 to 0.47.0
- [#97](https://github.com/terraform-linters/tflint-ruleset-google/pull/97): Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
- [#99](https://github.com/terraform-linters/tflint-ruleset-google/pull/99): Add notes about auto installation

## 0.8.0 (2021-05-02)

### Breaking Changes
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.8.0"
const Version string = "0.9.0"

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

0 comments on commit eee39f7

Please sign in to comment.