From 994e06a283d731b223ba5d2c120f5e0e1c9f7d1d Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Thu, 23 Apr 2020 10:48:10 +0000 Subject: [PATCH] v1.10.0 [skip ci] --- CHANGELOG.md | 10 +++++----- meta/meta.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac4a890b3..e057839e44 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/meta/meta.go b/meta/meta.go index 3f6657ab27..af7c05ea78 100644 --- a/meta/meta.go +++ b/meta/meta.go @@ -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