Skip to content

Commit a8e5eaf

Browse files
author
Terraform SDK CircleCI
committed
v2.0.2 [skip ci]
1 parent 66b6247 commit a8e5eaf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 2.0.2 (Unreleased)
1+
# 2.0.2 (September 10, 2020)
22

33
BUG FIXES
44

5-
* Fixed bug where state is read from the wrong workspace during import tests. [GH-552]
6-
* Fixed bug where the resource could belong to another provider when finding the resource state to check during import tests [GH-522]
7-
* Removed excessive logging when ExpectNonEmptyPlan was successfully matched [GH-556]
8-
* Fixed bug where state from data sources, which can't be imported, would be surfaced during ImportStateVerify [GH-555]
9-
* Fixed bug that ignored ExpectError when testing state imports [GH-550]
10-
* Fixed bug that sometimes prevented TestStep numbers from appearing in error output [GH-557]
11-
* Fixed bug that would ignore `TestStep.Destroy` when running tests. [GH-563]
5+
* Fixed bug where state is read from the wrong workspace during import tests. ([#552](https://github.com/hashicorp/terraform-plugin-sdk/issues/552))
6+
* Fixed bug where the resource could belong to another provider when finding the resource state to check during import tests ([#522](https://github.com/hashicorp/terraform-plugin-sdk/issues/522))
7+
* Removed excessive logging when ExpectNonEmptyPlan was successfully matched ([#556](https://github.com/hashicorp/terraform-plugin-sdk/issues/556))
8+
* Fixed bug where state from data sources, which can't be imported, would be surfaced during ImportStateVerify ([#555](https://github.com/hashicorp/terraform-plugin-sdk/issues/555))
9+
* Fixed bug that ignored ExpectError when testing state imports ([#550](https://github.com/hashicorp/terraform-plugin-sdk/issues/550))
10+
* Fixed bug that sometimes prevented TestStep numbers from appearing in error output ([#557](https://github.com/hashicorp/terraform-plugin-sdk/issues/557))
11+
* Fixed bug that would ignore `TestStep.Destroy` when running tests. ([#563](https://github.com/hashicorp/terraform-plugin-sdk/issues/563))
1212

1313
# 2.0.1 (August 10, 2020)
1414

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