From 8dec4902fc67e60ecaa466261cbe892a09a5208e Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Tue, 6 Oct 2020 19:20:44 +0000 Subject: [PATCH] v2.0.4 [skip ci] --- CHANGELOG.md | 8 ++++---- meta/meta.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cc4e3bf33..d26c099a7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -# 2.0.4 (Unreleased) +# 2.0.4 (October 06, 2020) BUG FIXES -* Fix a bug that would pass the post-destroy state to `helper/resource.TestCase.CheckDestroy` instead of the documented pre-destroy state [GH-591] -* Clean up the final remaining places where test numbers or dangling resources warnings could be omitted from errors [GH-578] -* Stop considering plans empty when they include data source changes [GH-594] +* 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)) +* 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)) +* Stop considering plans empty when they include data source changes ([#594](https://github.com/hashicorp/terraform-plugin-sdk/issues/594)) # 2.0.3 (September 15, 2020) diff --git a/meta/meta.go b/meta/meta.go index f7b9a17a6d1..cdfaa0bb96b 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.0.3" +var SDKVersion = "2.0.4" // 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