Skip to content

Commit 54c31d2

Browse files
committed
Bump up version to v0.2.0
1 parent 2fd974f commit 54c31d2

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.2.0 (2020-10-19)
2+
3+
### Enhancements
4+
5+
- [#43](https://github.com/terraform-linters/tflint-ruleset-google/pull/43) [#45](https://github.com/terraform-linters/tflint-ruleset-google/pull/45) [#48](https://github.com/terraform-linters/tflint-ruleset-google/pull/48): Add invalid machine type rules
6+
- [#47](https://github.com/terraform-linters/tflint-ruleset-google/pull/47): Update Magic Modules
7+
8+
### Chores
9+
10+
- [#44](https://github.com/terraform-linters/tflint-ruleset-google/pull/44): Bump actions/setup-go from v2.1.2 to v2.1.3
11+
- [#46](https://github.com/terraform-linters/tflint-ruleset-google/pull/46): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.0.3 to 2.0.4
12+
113
## 0.1.0 (2020-09-22)
214

315
Initial release 🎉

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

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

0 commit comments

Comments
 (0)