diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e8aeb072..13813d15f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.0-alpha20251119 (November 19, 2025) +## 1.15.0 (Unreleased) NEW FEATURES: @@ -10,7 +10,7 @@ ENHANCEMENTS: * ssh-based provisioner (file + remote-exec): Re-enable support for PowerShell ([#37794](https://github.com/hashicorp/terraform/issues/37794)) -* init: skip dependencies declared in development override. This allows you to use `terraform init` with developer overrides and install dependencies that are not declared in the override file. ([#37884](https://github.com/hashicorp/terraform/issues/37884)) +* init: skip dependencies declared in development override. This allows you to use `terraform init` with developer overrides and install dependencies that are not declared in the override file. ([#27459](https://github.com/hashicorp/terraform/issues/27459)) BUG FIXES: diff --git a/version/VERSION b/version/VERSION index 73fc33149d..9a4866bbce 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.0-alpha20251119 +1.15.0-dev