From 2ab76c9e84ba62bfc0a93eabf9e75816c6b1eb70 Mon Sep 17 00:00:00 2001 From: Brenna Hewer-Darroch Date: Thu, 8 Apr 2021 18:02:58 -0700 Subject: [PATCH] update changelog and readme version (#101) --- CHANGELOG.md | 5 +++++ docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9916e1a12..bab24ce04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 (Unreleased) + +FIXES: +- resource/consul_cluster: Set "computed=true" option for the vm size (#100) + ## 0.4.0 (April 07, 2021) FEATURES: diff --git a/docs/index.md b/docs/index.md index 5d969bcc4..864dbee3b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.4" + version = "~> 0.4.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 6b3cbcca8..68a2536cc 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.4" + version = "~> 0.4.1" } } }