Skip to content

Commit eee39f7

Browse files
committed
Bump up version to v0.9.0
1 parent 20be4a5 commit eee39f7

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.9.0 (2021-06-06)
2+
3+
### Enhancements
4+
5+
- [#98](https://github.com/terraform-linters/tflint-ruleset-google/pull/98): Update Magic Modules
6+
7+
### Chores
8+
9+
- [#96](https://github.com/terraform-linters/tflint-ruleset-google/pull/96): Bump google.golang.org/api from 0.45.0 to 0.47.0
10+
- [#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
11+
- [#99](https://github.com/terraform-linters/tflint-ruleset-google/pull/99): Add notes about auto installation
12+
113
## 0.8.0 (2021-05-02)
214

315
### Breaking Changes

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

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

0 commit comments

Comments
 (0)