setup-terraform/CHANGELOG.md

19 lines
446 B
Markdown
Raw Normal View History

2020-06-18 20:06:47 -04:00
# Changelog
2020-09-08 11:46:52 -04:00
## v1.2.0
- Allow `terraform_version` to take a version constraint. ([#38](https://github.com/hashicorp/setup-terraform/pull/38))
2020-06-18 20:06:47 -04:00
## v1.1.0
- Ignore pre-release versions when `terraform_version` is set to `latest`. ([#19](https://github.com/hashicorp/setup-terraform/pull/19))
## v1.0.1
- Bump @actions/http-client from 1.0.6 to 1.0.8. ([#1](https://github.com/hashicorp/setup-terraform/pull/1))
## v1.0.0
- Initial release.