Skip to content

Commit 8dec490

Browse files
author
Terraform SDK CircleCI
committed
v2.0.4 [skip ci]
1 parent 25c7def commit 8dec490

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.0.4 (Unreleased)
1+
# 2.0.4 (October 06, 2020)
22

33
BUG FIXES
4-
* Fix a bug that would pass the post-destroy state to `helper/resource.TestCase.CheckDestroy` instead of the documented pre-destroy state [GH-591]
5-
* Clean up the final remaining places where test numbers or dangling resources warnings could be omitted from errors [GH-578]
6-
* Stop considering plans empty when they include data source changes [GH-594]
4+
* Fix a bug that would pass the post-destroy state to `helper/resource.TestCase.CheckDestroy` instead of the documented pre-destroy state ([#591](https://github.com/hashicorp/terraform-plugin-sdk/issues/591))
5+
* Clean up the final remaining places where test numbers or dangling resources warnings could be omitted from errors ([#578](https://github.com/hashicorp/terraform-plugin-sdk/issues/578))
6+
* Stop considering plans empty when they include data source changes ([#594](https://github.com/hashicorp/terraform-plugin-sdk/issues/594))
77

88
# 2.0.3 (September 15, 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.3"
14+
var SDKVersion = "2.0.4"
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)