Skip to content

Commit d0dcf42

Browse files
author
Terraform SDK CircleCI
committed
v2.4.4 [skip ci]
1 parent 90d75e8 commit d0dcf42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 2.4.4 (Unreleased)
1+
# 2.4.4 (February 24, 2021)
22

33
NOTES
44

55
As per our Go version support policy, we now require Go 1.15 or higher to use the SDK.
66

77
BUG FIXES
88

9-
* Resolved bug where Diagnostics wouldn't get associated with their configuration context in user output. [GH-696]
9+
* Resolved bug where Diagnostics wouldn't get associated with their configuration context in user output. ([#696](https://github.com/hashicorp/terraform-plugin-sdk/issues/696))
1010

1111
# 2.4.3 (February 10, 2021)
1212

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var SDKVersion = "2.4.3"
14+
var SDKVersion = "2.4.4"
1515

1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)