Skip to content

Commit

Permalink
v1.16.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Mar 24, 2021
1 parent f0cdc46 commit 292910b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 1.16.1 (Unreleased)
# 1.16.1 (March 24, 2021)

BUG FIXES:

* Backported #591, making sure the pre-destroy state was passed to CheckDestroy, instead of the post-destroy state [GH-728]
* Updated import testing when using binary testing to work with Terraform 0.13 and above, with registry addresses in state. [GH-702]
* Backported #591, making sure the pre-destroy state was passed to CheckDestroy, instead of the post-destroy state ([#728](https://github.com/hashicorp/terraform-plugin-sdk/issues/728))
* Updated import testing when using binary testing to work with Terraform 0.13 and above, with registry addresses in state. ([#702](https://github.com/hashicorp/terraform-plugin-sdk/issues/702))

# 1.16.0 (September 24, 2020)

Expand Down
2 changes: 1 addition & 1 deletion meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var SDKVersion = "1.16.0"
var SDKVersion = "1.16.1"

// 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
Expand Down

0 comments on commit 292910b

Please sign in to comment.