From 689d7431c49df672168ca85ef75d3e4484c8a1c7 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Thu, 31 Jul 2025 15:30:00 +0000 Subject: [PATCH] Update changelog --- .changes/1.15.1.md | 6 ++++++ CHANGELOG.md | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 .changes/1.15.1.md diff --git a/.changes/1.15.1.md b/.changes/1.15.1.md new file mode 100644 index 000000000..8db7bc634 --- /dev/null +++ b/.changes/1.15.1.md @@ -0,0 +1,6 @@ +## 1.15.1 (July 31, 2025) + +BUG FIXES: + +* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8162289..6ba2c9c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 1.15.1 (July 31, 2025) + +BUG FIXES: + +* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117)) + ## 1.16.0-alpha.1 (July 22, 2025) NOTES: