Skip to content

Commit

Permalink
v0.17.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Jun 27, 2022
1 parent 845425d commit 796e4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# 0.17.1 (Unreleased)
# 0.17.1 (June 27, 2022)

BUG FIXES:

- 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))

# 0.17.0 (June 22, 2022)

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 796e4b2

Please sign in to comment.