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)