From ab492ceb58f78d97c945f4b0b92aae0b7d3baa05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Thu, 30 May 2024 15:56:13 +0300 Subject: [PATCH] v3.2.0 --- CHANGELOG.md | 4 ++++ SystemTextJsonPatch/SystemTextJsonPatch.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eedfdf..61cb60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.0 +- Adds support for dictionary complex types https://github.com/Havunen/SystemTextJsonPatch/pull/29 +- Internal dependencies updated + ## 3.1.0 - Added .NET 8 target framework diff --git a/SystemTextJsonPatch/SystemTextJsonPatch.csproj b/SystemTextJsonPatch/SystemTextJsonPatch.csproj index 44d01e3..c860cd7 100644 --- a/SystemTextJsonPatch/SystemTextJsonPatch.csproj +++ b/SystemTextJsonPatch/SystemTextJsonPatch.csproj @@ -7,7 +7,7 @@ true aspnetcore;json;jsonpatch;system.text.json;rfc6902; 12 - 3.1.0 + 3.2.0 https://github.com/Havunen/SystemTextJsonPatch.git git 6.0-all