From 197ef76f30e7205a2a39b8bfbe53359234afcb7d Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Fri, 23 Sep 2022 10:29:03 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aff5322..94ee82e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # HCL Changelog +## v2.14.1 (September 23, 2022) + +### Bugs Fixed + +* ext/typeexpr: Type convert defaults for optional object attributes when applying them. This prevents crashes in certain cases when the objects in question are part of a collection. ([#555](https://github.com/hashicorp/hcl/pull/555)) + ## v2.14.0 (September 1, 2022) ### Enhancements