Skip to content

Commit

Permalink
v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Jul 30, 2020
1 parent a6d5392 commit ec90320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 0.4.0 (Unreleased)
# 0.4.0 (July 30, 2020)

FEATURES:
- Added `Terraform.SetLogPath` method to set `TF_LOG_PATH` environment variable, and prevented manual setting of programmatically supported environment variables [GH-32]
- Added `Terraform.Version` method to get executable version information [GH-7]
- Added `Terraform.SetLogPath` method to set `TF_LOG_PATH` environment variable, and prevented manual setting of programmatically supported environment variables ([#32](https://github.com/hashicorp/terraform-plugin-sdk/issues/32))
- Added `Terraform.Version` method to get executable version information ([#7](https://github.com/hashicorp/terraform-plugin-sdk/issues/7))

BUG FIXES:
- Fixed `-var` handling issue [GH-34]
- Fixed `-var` handling issue ([#34](https://github.com/hashicorp/terraform-plugin-sdk/issues/34))

# 0.3.0 (July 17, 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.3.0"
const Version = "0.4.0"

0 comments on commit ec90320

Please sign in to comment.