Skip to content

Commit 112e216

Browse files
author
Terraform SDK CircleCI
committed
v2.6.0 [skip ci]
1 parent 861cea2 commit 112e216

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 2.6.0 (Unreleased)
1+
# 2.6.0 (April 21, 2021)
22

33
ENHANCEMENTS:
44

5-
* Made TF_ACC_TERRAFORM_VERSION more permissive, accepting values in either vX.Y.Z or X.Y.Z formats. [GH-731]
6-
* Upgraded to use terraform-plugin-go v0.3.0 [GH-739]
5+
* Made TF_ACC_TERRAFORM_VERSION more permissive, accepting values in either vX.Y.Z or X.Y.Z formats. ([#731](https://github.com/hashicorp/terraform-plugin-sdk/issues/731))
6+
* Upgraded to use terraform-plugin-go v0.3.0 ([#739](https://github.com/hashicorp/terraform-plugin-sdk/issues/739))
77

88
# 2.5.0 (March 24, 2021)
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.5.0"
14+
var SDKVersion = "2.6.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)