From 362a9b41edfd99863ec665748cfee216e27b55b7 Mon Sep 17 00:00:00 2001 From: OMpawar-21 Date: Mon, 20 Jul 2026 11:20:54 +0530 Subject: [PATCH] docs: add changelog entry for 2.0.1 version bump Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cb3d0..7eebea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version: 2.0.1 +#### Date: July-20-2026 +- **Fix:** Bumped package version to 2.0.1. The 2.0.0 package published on nuget.org was built before `EmbeddedObjectConverter` was added, so the published package and source had silently diverged under the same version number. This release re-publishes with the version number unambiguously matching the source. + ### Version: 2.0.0 #### Date: July-13-2026 - **Breaking:** Replaced **Newtonsoft.Json** with **System.Text.Json** across the package. The `Newtonsoft.Json` package reference is removed; add `System.Text.Json` (or rely on the BCL on supported runtimes) as needed in consuming projects.