diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c490dc66b..f97b3e50b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# 2.7.0 (Unreleased) +# 2.7.0 (June 25, 2021) ENHANCEMENTS: -* Added `ProtoV6ProviderFactories` to `TestCase`, so protocol version 6 providers can be used in acceptance tests [GH-761] -* Made SDK-generated diagnostics clearer and more consistent [GH-755] -* Upgraded to use terraform-exec v0.14.0, which is required for acceptance test compatibility with Terraform v1.0.1 [GH-775] +* Added `ProtoV6ProviderFactories` to `TestCase`, so protocol version 6 providers can be used in acceptance tests ([#761](https://github.com/hashicorp/terraform-plugin-sdk/issues/761)) +* Made SDK-generated diagnostics clearer and more consistent ([#755](https://github.com/hashicorp/terraform-plugin-sdk/issues/755)) +* Upgraded to use terraform-exec v0.14.0, which is required for acceptance test compatibility with Terraform v1.0.1 ([#775](https://github.com/hashicorp/terraform-plugin-sdk/issues/775)) # 2.6.1 (April 23, 2021) diff --git a/meta/meta.go b/meta/meta.go index 05dc625f124..ab6c9e2aba8 100644 --- a/meta/meta.go +++ b/meta/meta.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -var SDKVersion = "2.6.1" +var SDKVersion = "2.7.0" // 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