Skip to content

Commit b6ae175

Browse files
v0.21.0 [skip ci]
1 parent 67e92f4 commit b6ae175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.21.0 (Unreleased)
1+
# 0.21.0 (May 17, 2024)
22

33
ENHANCEMENTS:
44
- tfexec: Add `-allow-deferral` to `(Terraform).Apply()` and `(Terraform).Plan()` methods ([#447](https://github.com/hashicorp/terraform-exec/pull/447))

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package version
55

6-
const version = "0.20.0"
6+
const version = "0.21.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)