From 8f7d6c87a46790f54535f8b6b9d6a1fda618d7df Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Tue, 6 Apr 2021 10:23:48 +0000 Subject: [PATCH] v0.13.2 [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 60a75209..36055cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 0.13.2 (Unreleased) +# 0.13.2 (April 06, 2021) BUG FIXES: - - Update `terraform-json` to support 0.15 changes in plan & config JSON output [GH-153] - - Update `go-getter` to prevent race conditions where consumers would require `go-cleanhttp` `>=0.5.2` (which tfexec itself didn't depend on until now) [GH-154] + - Update `terraform-json` to support 0.15 changes in plan & config JSON output ([#153](https://github.com/hashicorp/terraform-exec/issues/153)) + - Update `go-getter` to prevent race conditions where consumers would require `go-cleanhttp` `>=0.5.2` (which tfexec itself didn't depend on until now) ([#154](https://github.com/hashicorp/terraform-exec/issues/154)) # 0.13.1 (March 29, 2021) diff --git a/internal/version/version.go b/internal/version/version.go index 46f9afe4..991d1d83 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.13.1" +const version = "0.13.2" // 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.