diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b055944..586a4707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# 0.17.3 (Unreleased) +# 0.17.3 (August 31, 2022) Please note that terraform-exec now requires Go 1.18. BUG FIXES: - - Fix bug in which `terraform init` was always called with the `-force-copy` flag [GH-268] - - Always pass `-no-color` flag when calling `terraform force-unlock` [GH-270] + - Fix bug in which `terraform init` was always called with the `-force-copy` flag ([#268](https://github.com/hashicorp/terraform-exec/issues/268)) + - Always pass `-no-color` flag when calling `terraform force-unlock` ([#270](https://github.com/hashicorp/terraform-exec/issues/270)) # 0.17.2 (July 01, 2022) diff --git a/internal/version/version.go b/internal/version/version.go index 164c0fd6..dbc9466b 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.17.2" +const version = "0.17.3" // 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.