From 482f7417924726b99ef79d7fed18906729bdfcd6 Mon Sep 17 00:00:00 2001 From: Kamil Kozik Date: Fri, 10 Apr 2026 16:22:12 +0200 Subject: [PATCH] Prepare v8.1.2 release (#293) Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca3fb20..b3f61dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## \[Unreleased\] +- Nothing yet. + +## \[8.1.2\] - 2026-04-10 + ### Fixed - `true`, `false`, and `null` now serialize to native JSON types instead of strings. ([#293](https://github.com/amplify-education/python-hcl2/issues/293))