Skip to content

Commit aee4ddd

Browse files
author
Terraform SDK CircleCI
committed
v0.7.0 [skip ci]
1 parent a159174 commit aee4ddd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 0.7.0 (Unreleased)
1+
# 0.7.0 (August 20, 2020)
22

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

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

1313
# 0.6.0 (August 14, 2020)
1414

tfinstall/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package tfinstall
22

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

0 commit comments

Comments
 (0)