From 5456f065422aa74c5b67dca314f747b26649458a Mon Sep 17 00:00:00 2001 From: Paras Prajapati <15036233+paraspraj@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:00:01 -0400 Subject: [PATCH] release version 0.44.0 (#391) --- CHANGELOG.md | 7 +++++++ docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dba17395..2fb2ad4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.44.0 (September 9, 2022) + +FIXES: + +* Azure/AWS Peering connections: Replace ReadContext with ReadWithoutTimeout ([GH-389](https://github.com/hashicorp/terraform-provider-hcp/pull/389)) +* Documentation: Correct `hvn_link` to `example` instead of `hvn` ([GH-388](https://github.com/hashicorp/terraform-provider-hcp/pull/388)) + ## 0.43.0 (August 31, 2022) IMPROVEMENTS: diff --git a/docs/index.md b/docs/index.md index de0644e44..b185d577c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.43.0" + version = "~> 0.44.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index f72d469d6..31b21c935 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.43.0" + version = "~> 0.44.0" } } }