From 0fd6d69d883e0d0a7850aa6a8928f563d63bdb1b Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Tue, 15 Sep 2020 21:38:49 +0000 Subject: [PATCH] v0.10.0 [skip ci] --- CHANGELOG.md | 8 ++++---- internal/version/version.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db707be..995e1315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/internal/version/version.go b/internal/version/version.go index 2f985a72..31eccf81 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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.