From 27cd4852c582091e24acc962af8e889d5bd49239 Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Wed, 22 Jun 2022 17:16:37 +0000 Subject: [PATCH] v0.17.0 [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 8760679f..bc093219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.17.0 (Unreleased) +# 0.17.0 (June 22, 2022) FEATURES: diff --git a/internal/version/version.go b/internal/version/version.go index 2b19c59e..7d89b37d 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.16.1" +const version = "0.17.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.