Skip to content

Commit 4807673

Browse files
author
Terraform SDK CircleCI
committed
v1.7.0 [skip ci]
1 parent 3595c17 commit 4807673

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,12 +1,12 @@
1-
# 1.7.0 (Unreleased)
1+
# 1.7.0 (February 12, 2020)
22

33
FEATURES:
4-
* Binary acceptance test driver [GH-262]
4+
* Binary acceptance test driver ([#262](https://github.com/hashicorp/terraform-plugin-sdk/issues/262))
55

66
DEPRECATED:
77

8-
* helper/schema: `ResourceData.Partial` [GH-317]
9-
* helper/schema: `ResourceData.SetPartial` [GH-317]
8+
* helper/schema: `ResourceData.Partial` ([#317](https://github.com/hashicorp/terraform-plugin-sdk/issues/317))
9+
* helper/schema: `ResourceData.SetPartial` ([#317](https://github.com/hashicorp/terraform-plugin-sdk/issues/317))
1010

1111
# 1.6.0 (January 29, 2020)
1212

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