From 7a615fb9ada08f257d0cddc5e744d4044b47b86d Mon Sep 17 00:00:00 2001 From: Audrey Eschright Date: Tue, 8 Dec 2020 11:38:07 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b33f582..b96cd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.0 (2020-12-08) + +- Use `@hashicorp/js-releases` package to identify and download the specified version of Terraform. This will ensure that our tooling is consistent in how it works with the releases API, especially when handling pre-releases. (#70, #73) + # v1.2.1 (2020-10-30) - Update dependencies to resolve CVE-2020-15228 (#63)