Skip to content

Commit 9d28501

Browse files
author
Terraform SDK CircleCI
committed
v1.9.0 [skip ci]
1 parent 3aac227 commit 9d28501

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,16 +1,16 @@
1-
# 1.9.0 (Unreleased)
1+
# 1.9.0 (March 26, 2020)
22

33
DEPRECATED:
44

5-
* helper/schema: `ResourceData.GetOkExists` will not be removed in the next major version unless a suitable replacement or alternative can be prescribed [GH-350]
5+
* helper/schema: `ResourceData.GetOkExists` will not be removed in the next major version unless a suitable replacement or alternative can be prescribed ([#350](https://github.com/hashicorp/terraform-plugin-sdk/issues/350))
66

77
FEATURES:
88

9-
* Added support for additional protocol 5.2 fields (`Description`, `DescriptionKind`, `Deprecated`) [GH-353]
9+
* Added support for additional protocol 5.2 fields (`Description`, `DescriptionKind`, `Deprecated`) ([#353](https://github.com/hashicorp/terraform-plugin-sdk/issues/353))
1010

1111
BUG FIXES:
1212

13-
* Binary acceptance test driver: auto-configure providers [GH-355]
13+
* Binary acceptance test driver: auto-configure providers ([#355](https://github.com/hashicorp/terraform-plugin-sdk/issues/355))
1414

1515
# 1.8.0 (March 11, 2020)
1616

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