Skip to content

Commit

Permalink
v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Sep 15, 2020
1 parent a70fa40 commit 0fd6d69
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,9 +1,9 @@
# 0.10.0 (Unreleased)
# 0.10.0 (September 15, 2020)

FEATURES
- Added the ability to customize the `User-Agent` header for some `tfinstall` finders [GH-76]
- Added well known error for a mismatch for `required_version` [GH-66]
- Added new `ShowPlanFileRaw` function to obtain the human-friendly output of a plan [GH-83]
- Added the ability to customize the `User-Agent` header for some `tfinstall` finders ([#76](https://github.com/hashicorp/terraform-exec/issues/76))
- Added well known error for a mismatch for `required_version` ([#66](https://github.com/hashicorp/terraform-exec/issues/66))
- Added new `ShowPlanFileRaw` function to obtain the human-friendly output of a plan ([#83](https://github.com/hashicorp/terraform-exec/issues/83))

# 0.9.0 (September 09, 2020)

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

const version = "0.9.0"
const version = "0.10.0"

// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
// This is a function to allow for future possible enhancement using debug.BuildInfo.
Expand Down

0 comments on commit 0fd6d69

Please sign in to comment.