Skip to content

Commit 6801a6e

Browse files
v0.22.0 [skip ci]
1 parent dd2bc9a commit 6801a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.22.0 (Unreleased)
1+
# 0.22.0 (January 21, 2025)
22

33
ENHANCEMENTS:
44
* tfexec: Add support for `terraform init --json` via `InitJSON` ([#478](https://github.com/hashicorp/terraform-exec/pull/478))

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package version
55

6-
const version = "0.21.0"
6+
const version = "0.22.0"
77

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

0 commit comments

Comments
 (0)