Skip to content

Commit

Permalink
v0.20.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
proj-terraform-exec-bot committed Dec 20, 2023
1 parent 324f556 commit e37dda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.20.0 (Unreleased)
# 0.20.0 (December 20, 2023)

ENHANCEMENTS:
- Add `JSONNumber` option to `Show` to enable `json.Number` representation of numerical values in returned `tfjson.Plan` and `tfjson.State` values ([#427](https://github.com/hashicorp/terraform-exec/pull/427))
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package version

const version = "0.19.0"
const version = "0.20.0"

// 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 e37dda6

Please sign in to comment.