Skip to content

Commit

Permalink
v2.4.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Feb 24, 2021
1 parent 90d75e8 commit d0dcf42
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,12 +1,12 @@
# 2.4.4 (Unreleased)
# 2.4.4 (February 24, 2021)

NOTES

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

BUG FIXES

* Resolved bug where Diagnostics wouldn't get associated with their configuration context in user output. [GH-696]
* 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))

# 2.4.3 (February 10, 2021)

Expand Down
2 changes: 1 addition & 1 deletion meta/meta.go
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var SDKVersion = "2.4.3"
var SDKVersion = "2.4.4"

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

0 comments on commit d0dcf42

Please sign in to comment.