Skip to content

Commit

Permalink
v0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Aug 14, 2020
1 parent d33e91b commit 63af3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 0.6.0 (Unreleased)
# 0.6.0 (August 14, 2020)

FEATURES
- Added `Terraform.SetStdout` and `Terraform.SetStderr` to let consumers log CLI output [GH-49]
- Added `Terraform.SetStdout` and `Terraform.SetStderr` to let consumers log CLI output ([#49](https://github.com/hashicorp/terraform-plugin-sdk/issues/49))

BUG FIXES
- Fixed miscategorization of `ErrNoInit` on Terraform 0.13 [GH-48]
- Fixed miscategorization of `ErrNoInit` on Terraform 0.13 ([#48](https://github.com/hashicorp/terraform-plugin-sdk/issues/48))

# 0.5.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.5.0"
const Version = "0.6.0"

0 comments on commit 63af3ce

Please sign in to comment.