diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd37d71..2facf200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.17.2 (Unreleased) +# 0.17.2 (July 01, 2022) ENHANCEMENTS: diff --git a/internal/version/version.go b/internal/version/version.go index 320adf2e..164c0fd6 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.17.1" +const version = "0.17.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.