From 870955cd7b0e438a705d43ddbe93732eaceac951 Mon Sep 17 00:00:00 2001 From: JolisaBrownHashiCorp <99266102+JolisaBrownHashiCorp@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:14:17 -0400 Subject: [PATCH] Prep 0.40.0 (#370) * update changelog * update version * update changelog date --- CHANGELOG.md | 6 ++++++ docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832546652..9b7c0ef49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.40.0 (August 11, 2022) + +FIXES: + +* provider: Updates codeowners ([GH-369](https://github.com/hashicorp/terraform-provider-hcp/pull/369)) + ## 0.39.0 (August 5, 2022) FIXES: diff --git a/docs/index.md b/docs/index.md index ced1bcafa..890a9a212 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.39.0" + version = "~> 0.40.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index d76be654f..c69fbc80a 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.39.0" + version = "~> 0.40.0" } } }