Skip to content

Commit

Permalink
v0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Aug 20, 2020
1 parent a159174 commit aee4ddd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 0.7.0 (Unreleased)
# 0.7.0 (August 20, 2020)

FEATURES
- Added `Terraform.Refresh` method [GH-53]
- Added `Terraform.ShowStateFile` and `Terraform.ShowPlanFile` [GH-54]
- Added support for `DIR` positional arg in init, destroy, and plan [GH-52]
- Relaxed logger interface [GH-57]
- Added error for missing required variable [GH-57]
- Added `Terraform.Refresh` method ([#53](https://github.com/hashicorp/terraform-plugin-sdk/issues/53))
- Added `Terraform.ShowStateFile` and `Terraform.ShowPlanFile` ([#54](https://github.com/hashicorp/terraform-plugin-sdk/issues/54))
- Added support for `DIR` positional arg in init, destroy, and plan ([#52](https://github.com/hashicorp/terraform-plugin-sdk/issues/52))
- Relaxed logger interface ([#57](https://github.com/hashicorp/terraform-plugin-sdk/issues/57))
- Added error for missing required variable ([#57](https://github.com/hashicorp/terraform-plugin-sdk/issues/57))

BUG FIXES
- Fixed logging issue for error cmd [GH-57]
- Fixed logging issue for error cmd ([#57](https://github.com/hashicorp/terraform-plugin-sdk/issues/57))

# 0.6.0 (August 14, 2020)

Expand Down
2 changes: 1 addition & 1 deletion tfinstall/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tfinstall

// Version is the tfinstall package version, used in user agent headers
const Version = "0.6.0"
const Version = "0.7.0"

0 comments on commit aee4ddd

Please sign in to comment.