From b1baad5105acfc5f974ccc35b0c4d83104963fe5 Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Thu, 8 Dec 2022 22:53:17 +0000 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0198a0f72..f76e52dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.51.0 (December 08, 2022) + +IMPROVEMENTS: + +* Add E2E tests to auto release pipeline [[GH-421](https://github.com/hashicorp/terraform-provider-hcp/pull/421)] +* Bump github.com/hashicorp/hcp-sdk-go from 0.24.0 to 0.27.0 [[GH-424](https://github.com/hashicorp/terraform-provider-hcp/pull/424)] + +BUG FIXES: + +* Add check for "v" when compiling changelog [[GH-423](https://github.com/hashicorp/terraform-provider-hcp/pull/423)] +* Increase `hcp_consul_cluster` create timeout to 35 minutes [[GH-427](https://github.com/hashicorp/terraform-provider-hcp/pull/427)] +* The example usage for `hcp_azure_peering_connection` was missing the `vnet` +resource reference. [[GH-425](https://github.com/hashicorp/terraform-provider-hcp/pull/425)] ## v0.50.0 (November 30, 2022) IMPROVEMENTS: