From 7182a83818b5c49d0ea7433a5235a0aca8af7ea1 Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Wed, 23 Sep 2020 09:06:03 +0000 Subject: [PATCH] v0.11.0 [skip ci] --- CHANGELOG.md | 6 +++--- internal/version/version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f094a8f..799e6590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 0.11.0 (Unreleased) +# 0.11.0 (September 23, 2020) FEATURES - - Added Terraform fmt support with the ability to format and write files/folders, check if files/folders need formatting, and format strings directly [GH-82] - - Added support for refs in the tfinstall CLI [GH-80] + - Added Terraform fmt support with the ability to format and write files/folders, check if files/folders need formatting, and format strings directly ([#82](https://github.com/hashicorp/terraform-exec/issues/82)) + - Added support for refs in the tfinstall CLI ([#80](https://github.com/hashicorp/terraform-exec/issues/80)) N.B. tfinstall binaries for all supported platforms are now available via GitHub Releases. diff --git a/internal/version/version.go b/internal/version/version.go index 31eccf81..0f010741 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.10.0" +const version = "0.11.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.