From 847bb2a43f90198c7805f5d1c3c982dc3ed81dcc Mon Sep 17 00:00:00 2001 From: Havunen Date: Sat, 5 Oct 2024 18:02:19 +0300 Subject: [PATCH] v3.3.0 --- CHANGELOG.md | 4 ++++ SystemTextJsonPatch/SystemTextJsonPatch.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8513b5e..aae528e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.3.0 +- Adds support for `DenyPatch` attribute to deny access to annotated property https://github.com/Havunen/SystemTextJsonPatch/pull/34 +- Internal dependencies updated + ## 3.2.1 - Fixes an issue where null and empty string test operation of JsonNode was incorrectly handled https://github.com/Havunen/SystemTextJsonPatch/issues/31 - Improved performance of JSON patch test operation diff --git a/SystemTextJsonPatch/SystemTextJsonPatch.csproj b/SystemTextJsonPatch/SystemTextJsonPatch.csproj index d11eba6..6d74009 100644 --- a/SystemTextJsonPatch/SystemTextJsonPatch.csproj +++ b/SystemTextJsonPatch/SystemTextJsonPatch.csproj @@ -7,7 +7,7 @@ true aspnetcore;json;jsonpatch;system.text.json;rfc6902; 12 - 3.2.1 + 3.3.0 https://github.com/Havunen/SystemTextJsonPatch.git git 8.0-all