From 861b365d662b0708843f0a50aa33d95f1d93ac0b Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Tue, 27 Apr 2021 22:26:24 +0000 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2c57089..ae20b1261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 0.10.0 (Unreleased) +## 0.10.0 (April 27, 2021) NOTES: -* provider: The underlying Terraform codebase dependency for the provider SDK and acceptance testing framework has been migrated from `github.com/hashicorp/terraform` to `github.com/hashicorp/terraform-plugin-sdk`. They are functionally equivalent and this should only impact codebase development to switch imports. For more information see the [Terraform Plugin SDK page in the Extending Terraform documentation](https://www.terraform.io/docs/extend/plugin-sdk.html). [GH-108] -* dependencies: upgrading to go `1.16.0` [GH-128] +* provider: The underlying Terraform codebase dependency for the provider SDK and acceptance testing framework has been migrated from `github.com/hashicorp/terraform` to `github.com/hashicorp/terraform-plugin-sdk`. They are functionally equivalent and this should only impact codebase development to switch imports. For more information see the [Terraform Plugin SDK page in the Extending Terraform documentation](https://www.terraform.io/docs/extend/plugin-sdk.html). ([#108](https://github.com/terraform-providers/terraform-provider-azurestack/issues/108)) +* dependencies: upgrading to go `1.16.0` [[#128](https://github.com/terraform-providers/terraform-provider-azurestack/issues/128)] ## 0.9.0 (August 30, 2019)