From f668c48ffd57d1f5f5dcd7543f179b373643081a Mon Sep 17 00:00:00 2001 From: Christian Mesh Date: Thu, 11 Jul 2024 11:14:09 -0400 Subject: [PATCH] Update changelog and version for 1.8.0-beta2 (#1807) Signed-off-by: Christian Mesh --- CHANGELOG.md | 1 + version/VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6c2766af6..ba24ae27af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ BUG FIXES: * Fix bug where lower-case `http_proxy`/`https_proxy` env variables were no longer supported in the S3 backend ([#1594](https://github.com/opentofu/opentofu/issues/1594)) * Fixed issue with migration between versions can cause an update in-place for resources when no changes are needed. ([#1640](https://github.com/opentofu/opentofu/pull/1640)) * Add source context for the 'insufficient feature blocks' error ([#1777](https://github.com/opentofu/opentofu/pull/1777)) +* Remove encryption diags from autocomplete ([#1793](https://github.com/opentofu/opentofu/pull/1793)) ## Previous Releases diff --git a/version/VERSION b/version/VERSION index 7b1cf1d8e35..495ea0f0c97 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.8.0-beta1 +1.8.0-beta2