-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Terraform SDK CircleCI
committed
Apr 23, 2020
1 parent
3a9345b
commit 994e06a
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/[email protected]` -> `v1.3.0` [GH-400] | ||
* `github.com/hashicorp/[email protected]` -> `v1.3.0` [[#400](https://github.com/hashicorp/terraform-plugin-sdk/issues/400)] | ||
|
||
# 1.9.1 (April 09, 2020) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters