From 6861367e4afcc6efd7b587875487250fd5a66fcc Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Wed, 13 Apr 2022 15:42:06 +0000 Subject: [PATCH] v0.16.1 [skip ci] --- CHANGELOG.md | 2 +- internal/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47dcbff..97458942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.16.1 (Unreleased) +# 0.16.1 (April 13, 2022) This patch version removes some unnecessary dependencies, and bumps Go module compatibility to 1.17. diff --git a/internal/version/version.go b/internal/version/version.go index 8b1e0e2d..2b19c59e 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.16.0" +const version = "0.16.1" // 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.