Skip to content

Commit

Permalink
Bump up version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Oct 18, 2020
1 parent 2fd974f commit 54c31d2
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.2.0 (2020-10-19)

### Enhancements

- [#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
- [#47](https://github.com/terraform-linters/tflint-ruleset-google/pull/47): Update Magic Modules

### Chores

- [#44](https://github.com/terraform-linters/tflint-ruleset-google/pull/44): Bump actions/setup-go from v2.1.2 to v2.1.3
- [#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

## 0.1.0 (2020-09-22)

Initial release 🎉
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.1.0"
const Version string = "0.2.0"

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

0 comments on commit 54c31d2

Please sign in to comment.