Skip to content

Commit b9006a2

Browse files
author
Terraform SDK CircleCI
committed
v0.13.1 [skip ci]
1 parent 764f675 commit b9006a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 0.13.1 (Unreleased)
1+
# 0.13.1 (March 29, 2021)
22

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

66
# 0.13.0 (February 05, 2021)
77

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

3-
const version = "0.13.0"
3+
const version = "0.13.1"
44

55
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
66
// This is a function to allow for future possible enhancement using debug.BuildInfo.

0 commit comments

Comments
 (0)