Skip to content

Commit

Permalink
Updates CHANGELOG.md for release 0.7.5 (#39)
Browse files Browse the repository at this point in the history
* Updates CHANGELOG.md for release 0.7.5
* Sets the version number for terrahelp binary 0.7.5
  • Loading branch information
trentrosenbaum authored Oct 4, 2021
1 parent 1399989 commit c9345db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.7.5 (unreleased
## 0.7.5 (2021-10-04)
* [PR-37](https://github.com/opencredo/terrahelp/pull/37) Update Terrahelp build pipeline to user GitHub Actions, (includes update to go 1.17))
* [PR-36](https://github.com/opencredo/terrahelp/pull/36) Remove quoted types in variables for tf > 0.11 support
* [PR-32](https://github.com/opencredo/terrahelp/pull/32) Add Brew installation instructions

## 0.7.4
* [PR-31](https://github.com/opencredo/terrahelp/pull/31) Introduces sha256sum file covering each distribution binary (resolves [#28](https://github.com/opencredo/terrahelp/issues/28))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
app := cli.NewApp()
app.Name = "terrahelp"
app.Usage = "Provides additional functions helpful with terraform development"
app.Version = "0.7.5-dev"
app.Version = "0.7.5"
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
app.Commands = []cli.Command{
vaultAutoConfigCommand(newTerraHelperFunc()),
Expand Down

0 comments on commit c9345db

Please sign in to comment.