Skip to content

Commit 847bb2a

Browse files
committed
v3.3.0
1 parent c6aa5d0 commit 847bb2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.3.0
2+
- Adds support for `DenyPatch` attribute to deny access to annotated property https://github.com/Havunen/SystemTextJsonPatch/pull/34
3+
- Internal dependencies updated
4+
15
## 3.2.1
26
- Fixes an issue where null and empty string test operation of JsonNode was incorrectly handled https://github.com/Havunen/SystemTextJsonPatch/issues/31
37
- Improved performance of JSON patch test operation

SystemTextJsonPatch/SystemTextJsonPatch.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;json;jsonpatch;system.text.json;rfc6902;</PackageTags>
99
<LangVersion>12</LangVersion>
10-
<Version>3.2.1</Version>
10+
<Version>3.3.0</Version>
1111
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<AnalysisLevel>8.0-all</AnalysisLevel>

0 commit comments

Comments
 (0)