From 45fd0a2096fb9dc058baeca0728646d3177e04a0 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Wed, 24 Apr 2024 16:09:58 -0400 Subject: [PATCH] v0.54.0 changelog --- CHANGELOG.md | 4 ++++ README.md | 2 +- website/docs/index.html.markdown | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c387afd3..ed6c30851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## UNRELEASED + +## v0.54.0 + ### Enhancements +* Rebrand Terraform Cloud to HCP Terraform by @sebasslash [#1328](https://github.com/hashicorp/terraform-provider-tfe/pull/1328) * Adds `post_apply` to list of possible `stages` for Run Tasks by @carolinaborim [#1307](https://github.com/hashicorp/terraform-provider-tfe/pull/1307) ### Features diff --git a/README.md b/README.md index 7c69a386c..de048ce59 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Declare the provider in your configuration and `terraform init` will automatical terraform { required_providers { tfe = { - version = "~> 0.53.0" + version = "~> 0.54.0" } } } diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 90fc05815..4b6933127 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -75,7 +75,7 @@ automatically installed by `terraform init` in the future: terraform { required_providers { tfe = { - version = "~> 0.53.0" + version = "~> 0.54.0" } } }