Skip to content

Commit

Permalink
Bump up version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Sep 11, 2021
1 parent 6932486 commit b2f459c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.12.0 (2021-09-12)

### Enhancements

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

### Chores

- [#113](https://github.com/terraform-linters/tflint-ruleset-google/pull/113): Bump actions/setup-go from 2.1.3 to 2.1.4
- [#114](https://github.com/terraform-linters/tflint-ruleset-google/pull/114): Bump google.golang.org/api from 0.52.0 to 0.56.0
- [#115](https://github.com/terraform-linters/tflint-ruleset-google/pull/115): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.7.1
- [#116](https://github.com/terraform-linters/tflint-ruleset-google/pull/116): build: Go 1.17

## 0.11.0 (2021-08-08)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
```hcl
plugin "google" {
enabled = true
version = "0.11.0"
version = "0.12.0"
source = "github.com/terraform-linters/tflint-ruleset-google"
}
```
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.11.0"
const Version string = "0.12.0"

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

0 comments on commit b2f459c

Please sign in to comment.