Skip to content

Commit ec90320

Browse files
author
Terraform SDK CircleCI
committed
v0.4.0 [skip ci]
1 parent a6d5392 commit ec90320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 0.4.0 (Unreleased)
1+
# 0.4.0 (July 30, 2020)
22

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

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

1010
# 0.3.0 (July 17, 2020)
1111

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.3.0"
4+
const Version = "0.4.0"

0 commit comments

Comments
 (0)