From 7fdfc762a2995f880cfc83f8ac6aa2eed0f42130 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Wed, 28 Aug 2024 14:08:33 +0200 Subject: [PATCH] prepare for 1.10.0-alpha20240828 --- CHANGELOG.md | 4 ++-- version/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c3f6800..7493d5b1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.10.0 (Unreleased) +## 1.10.0-alpha20240828 (Aug 28, 2024) BUG FIXES: @@ -12,7 +12,7 @@ ENHANCEMENTS: - The `element` function now accepts negative indices ([#35501](https://github.com/hashicorp/terraform/issues/35501)) - Import block validation has been improved to provide more useful errors and catch more invalid cases during `terraform validate` ([#35543](https://github.com/hashicorp/terraform/issues/35543)) -* Performance enhancements for resource evaluation, especially when large numbers of resource instances are involved [GH-35558] +* Performance enhancements for resource evaluation, especially when large numbers of resource instances are involved ([#35558](https://github.com/hashicorp/terraform/issues/35558)) EXPERIMENTS: diff --git a/version/VERSION b/version/VERSION index 81c871de46..e0b9b94377 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.10.0 +1.10.0-alpha20240828