From fd98cede55e6c82470f802e5aa6a2edd37ba815d Mon Sep 17 00:00:00 2001 From: Shweta <35878561+shwetamurali@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:35:12 -0800 Subject: [PATCH] add yaml to changelog --- .changes/unreleased/.gitkeep | 5 ----- .changes/unreleased/01-17-25.yaml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .changes/unreleased/01-17-25.yaml diff --git a/.changes/unreleased/.gitkeep b/.changes/unreleased/.gitkeep index 16e8789496b4..e69de29bb2d1 100644 --- a/.changes/unreleased/.gitkeep +++ b/.changes/unreleased/.gitkeep @@ -1,5 +0,0 @@ -## 1.12.0 (unreleased) - -FIXES: - -- Fixes error ("Invalid Terraform version: Malformed version") reading workspace when the remote workspace has the terraform version set to a constraint. \ No newline at end of file diff --git a/.changes/unreleased/01-17-25.yaml b/.changes/unreleased/01-17-25.yaml new file mode 100644 index 000000000000..e87851ac159c --- /dev/null +++ b/.changes/unreleased/01-17-25.yaml @@ -0,0 +1,4 @@ +version: 1.12.0 (unreleased) + +fixes: + Fixes error ("Invalid Terraform version: Malformed version") reading workspace when the remote workspace has the terraform version set to a constraint. \ No newline at end of file