We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845425d commit 796e4b2Copy full SHA for 796e4b2
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-# 0.17.1 (Unreleased)
+# 0.17.1 (June 27, 2022)
2
3
BUG FIXES:
4
5
- - Fix bug in which `StatePush` would fail with "Exactly one argument expected" [GH-316]
+ - Fix bug in which `StatePush` would fail with "Exactly one argument expected" ([#316](https://github.com/hashicorp/terraform-exec/issues/316))
6
7
# 0.17.0 (June 22, 2022)
8
internal/version/version.go
@@ -1,6 +1,6 @@
package version
-const version = "0.17.0"
+const version = "0.17.1"
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
// This is a function to allow for future possible enhancement using debug.BuildInfo.
0 commit comments