Skip to content

Commit 486198a

Browse files
author
Terraform SDK CircleCI
committed
v2.1.0 [skip ci]
1 parent 3a1c6c5 commit 486198a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 2.1.0 (Unreleased)
1+
# 2.1.0 (October 27, 2020)
22

33
FEATURES
4-
* Relaxed validation in `InternalValidate` for explicitly set `id` attributes [GH-613]
5-
* Ported TypeSet test check funcs essential for migrating to V2 of the SDK [GH-614]
6-
* Improved debug output for how to manually invoke the Terraform CLI [GH-615]
4+
* Relaxed validation in `InternalValidate` for explicitly set `id` attributes ([#613](https://github.com/hashicorp/terraform-plugin-sdk/issues/613))
5+
* Ported TypeSet test check funcs essential for migrating to V2 of the SDK ([#614](https://github.com/hashicorp/terraform-plugin-sdk/issues/614))
6+
* Improved debug output for how to manually invoke the Terraform CLI ([#615](https://github.com/hashicorp/terraform-plugin-sdk/issues/615))
77

88
# 2.0.4 (October 06, 2020)
99

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.0.4"
14+
var SDKVersion = "2.1.0"
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)