Skip to content

Commit

Permalink
Update Changelog for 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 6, 2021
1 parent fb84d3f commit b10c645
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# 0.13.2 (Unreleased)

BUG FIXES:
- Update `terraform-json` to support 0.15 changes in plan & config JSON output [GH-153]
- Update `go-getter` to prevent race conditions where consumers would require `go-cleanhttp` `>=0.5.2` (which tfexec itself didn't depend on until now) [GH-154]

# 0.13.1 (March 29, 2021)

BUG FIXES:
- Bump version of terraform-json library to handle latest Terraform 0.15 output format ([#143](https://github.com/hashicorp/terraform-exec/issues/143))

NOTES:
- This release no longer supports Go 1.12 (1.13+ is required)

# 0.13.0 (February 05, 2021)

Please note that this is the first release of terraform-exec compatible with Terraform 0.15. Running Terraform 0.15 commands with previous versions of terraform-exec may produce unexpected results.
Expand Down

0 comments on commit b10c645

Please sign in to comment.