From 5dcd709054f1c0426703ceec57d80fa080a93ae8 Mon Sep 17 00:00:00 2001 From: Audrey Eschright Date: Tue, 8 Dec 2020 13:51:00 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96cd6d..b21be51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2020-12-08) + +- Fix build dependency (#76) + # 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)