Skip to content

Commit 7e0a333

Browse files
author
Terraform SDK CircleCI
committed
v2.10.0 [skip ci]
1 parent 85e0d85 commit 7e0a333

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,13 +1,13 @@
1-
# 2.10.0 (Unreleased)
1+
# 2.10.0 (December 07, 2021)
22

33
NOTES:
44

55
* helper/resource: Previously, TF_ACC_LOG_PATH would not enable logging for the provider under test. This has been fixed, so logging from the Terraform binary, any external providers, and the provider under test will all be combined in a file at the specified path.
66

77
ENHANCEMENTS:
88

9-
* Upgraded to terraform-plugin-go v0.5.0 [GH-805]
10-
* Added support for terraform-plugin-log [GH-805]
9+
* Upgraded to terraform-plugin-go v0.5.0 ([#805](https://github.com/hashicorp/terraform-plugin-sdk/issues/805))
10+
* Added support for terraform-plugin-log ([#805](https://github.com/hashicorp/terraform-plugin-sdk/issues/805))
1111

1212
# 2.9.0 (November 19, 2021)
1313

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