Skip to content

Commit 994e06a

Browse files
author
Terraform SDK CircleCI
committed
v1.10.0 [skip ci]
1 parent 3a9345b commit 994e06a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# 1.10.0 (Unreleased)
1+
# 1.10.0 (April 23, 2020)
22

33
FEATURES:
44

5-
* Added validation helper `RequiredWith` [GH-342]
5+
* Added validation helper `RequiredWith` ([#342](https://github.com/hashicorp/terraform-plugin-sdk/issues/342))
66

77
BUG FIXES:
88

9-
* Binary acceptance test driver: omit test cleanup when state is empty [GH-356]
10-
* Make mockT.Fatal halt execution [GH-396]
9+
* Binary acceptance test driver: omit test cleanup when state is empty ([#356](https://github.com/hashicorp/terraform-plugin-sdk/issues/356))
10+
* Make mockT.Fatal halt execution ([#396](https://github.com/hashicorp/terraform-plugin-sdk/issues/396))
1111

1212
DEPENDENCIES:
1313

14-
* `github.com/hashicorp/[email protected]` -> `v1.3.0` [GH-400]
14+
* `github.com/hashicorp/[email protected]` -> `v1.3.0` [[#400](https://github.com/hashicorp/terraform-plugin-sdk/issues/400)]
1515

1616
# 1.9.1 (April 09, 2020)
1717

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