Skip to content

Commit bbe167f

Browse files
authoredOct 12, 2022
Release 2.0.2 (#254)
1 parent 6f80dc7 commit bbe167f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# [2.0.1] (2022-10-12)
22

3+
### BUG FIXES
4+
5+
* Update 2.0.1 release metadata by @jpogran in https://github.com/hashicorp/setup-terraform/pull/253
6+
* `README.md` updates - direct links to license and code of conduct, updated GitHub documents link by @magnetikonline in https://github.com/hashicorp/setup-terraform/pull/244
7+
8+
### INTERNAL
9+
10+
* Bump jest from 29.0.3 to 29.1.2 by @dependabot in https://github.com/hashicorp/setup-terraform/pull/248
11+
12+
# [2.0.1] (2022-10-12)
13+
314
### ENHANCEMENTS
415

516
* Do not fail when theres an exit-code 2 by @dannyibishev in https://github.com/hashicorp/setup-terraform/pull/125
@@ -138,7 +149,8 @@ INTERNAL:
138149
- Initial release.
139150

140151
<!-- Links to tag comparisons -->
141-
[Unreleased]: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...main
152+
[Unreleased]: https://github.com/hashicorp/setup-terraform/compare/v2.0.2...main
153+
[2.0.2]: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2
142154
[2.0.1]: https://github.com/hashicorp/setup-terraform/compare/v2.0.0...v2.0.1
143155
[2.0.0]: https://github.com/hashicorp/setup-terraform/compare/v1.4.0...v2.0.0
144156
[1.4.0]: https://github.com/hashicorp/setup-terraform/compare/v1.3.2...v1.4.0

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-terraform",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Setup Terraform CLI for GitHub Actions",
55
"license": "MPL-2.0",
66
"publisher": "hashicorp",

0 commit comments

Comments
 (0)
Please sign in to comment.