Skip to content

Commit

Permalink
Bump up version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Dec 9, 2021
1 parent f30619c commit 7ef3658
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.10.1 (2021-12-10)

### Enhancements

- [#211](https://github.com/terraform-linters/tflint-ruleset-aws/pull/211): rules: Add missing t4g ElastiCache node types ([@acastro2](https://github.com/acastro2))
- [#213](https://github.com/terraform-linters/tflint-ruleset-aws/pull/213): rules: Add data tiering node types for ElastiCache ([@wata727](https://github.com/wata727))

### Chores

- [#210](https://github.com/terraform-linters/tflint-ruleset-aws/pull/210): Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
- [#214](https://github.com/terraform-linters/tflint-ruleset-aws/pull/214): Extract ElastiCache node types to utils ([@wata727](https://github.com/wata727))

## 0.10.0 (2021-12-04)

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

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

0 comments on commit 7ef3658

Please sign in to comment.