From feac8d0e001907bd279a36350ae79855c16b706a Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Wed, 10 Nov 2021 14:55:22 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e0a0ee..951555e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.16.0 (Unreleased) + +This release removes the experimental `tfinstall` package. We recommend users of `tfinstall` switch to https://github.com/hashicorp/hc-install. + +Please note also terraform-exec's Go version support policy, which, like Go's own release policy, commits to supporting the last two major releases. This means that currently terraform-exec requires Go 1.16 or later. + +BREAKING CHANGES: + + - Remove `tfinstall` and `cmd/tfinstall` packages [GH-235] + - Remove support for `add` command [GH-232] + +FEATURES: + + - Add support for `workspace delete` command [GH-212] + + # 0.15.0 (October 05, 2021) FEATURES: