From 799c405a7941761cb3b28c3d6e23516f0e4fe1c0 Mon Sep 17 00:00:00 2001 From: greg-ww Date: Tue, 30 Jul 2024 14:37:52 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85927d47..9a4bb347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.12] - 2024-07-30 + +- Fix non IParasable object serialization. +- Add basic support for serializing dictionary values in AdditionalData. + ## [1.9.11] - 2024-07-22 - Obsoletes custom decompression handler in favor of native client capabilities.