Skip to content

Commit

Permalink
v1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Apr 23, 2020
1 parent 3a9345b commit 994e06a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
@@ -1,17 +1,17 @@
# 1.10.0 (Unreleased)
# 1.10.0 (April 23, 2020)

FEATURES:

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

BUG FIXES:

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

DEPENDENCIES:

* `github.com/hashicorp/terraform-plugin-test@v1.2.0` -> `v1.3.0` [GH-400]
* `github.com/hashicorp/terraform-plugin-test@v1.2.0` -> `v1.3.0` [[#400](https://github.com/hashicorp/terraform-plugin-sdk/issues/400)]

# 1.9.1 (April 09, 2020)

Expand Down
2 changes: 1 addition & 1 deletion meta/meta.go
Expand Up @@ -11,7 +11,7 @@ import (
)

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

// 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 994e06a

Please sign in to comment.