Skip to content

Commit 796e4b2

Browse files
author
Terraform SDK CircleCI
committed
v0.17.1 [skip ci]
1 parent 845425d commit 796e4b2

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,8 +1,8 @@
1-
# 0.17.1 (Unreleased)
1+
# 0.17.1 (June 27, 2022)
22

33
BUG FIXES:
44

5-
- Fix bug in which `StatePush` would fail with "Exactly one argument expected" [GH-316]
5+
- Fix bug in which `StatePush` would fail with "Exactly one argument expected" ([#316](https://github.com/hashicorp/terraform-exec/issues/316))
66

77
# 0.17.0 (June 22, 2022)
88

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.17.0"
3+
const version = "0.17.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)