Skip to content

Commit

Permalink
Bump up version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jul 19, 2018
1 parent 51dfd71 commit 00204fb
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.7.1 (2018-07-19)

### Bugfix

- Add missing db instances as valid types ([#214](https://github.com/wata727/tflint/pull/214))
- Update valid instance types ([#215](https://github.com/wata727/tflint/pull/215))

### Others

- Migrate to dep from Glide ([#208](https://github.com/wata727/tflint/pull/208))
- Add `rule` section in README ([#213](https://github.com/wata727/tflint/pull/213))

## 0.7.0 (2018-06-04)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you run `terraform apply` for this template, it will obviously produce an err
## Installation
Download binary built for your architecture from [latest releases](https://github.com/wata727/tflint/releases/latest). After downloading, place the binary on the directory on the PATH. The following example is the installation in macOS.
```
$ wget https://github.com/wata727/tflint/releases/download/v0.7.0/tflint_darwin_amd64.zip
$ wget https://github.com/wata727/tflint/releases/download/v0.7.1/tflint_darwin_amd64.zip
$ unzip tflint_darwin_amd64.zip
Archive: tflint_darwin_amd64.zip
inflating: tflint
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

const Name string = "TFLint"
const Version string = "0.7.0"
const Version string = "0.7.1"

0 comments on commit 00204fb

Please sign in to comment.