File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Security
21
21
22
+ ## [ 5.4.1] [ 5.4.1 ] - 2024-07-10
23
+
24
+ ### Security
25
+
26
+ - Bump _ System.Text.Json_ from 8.0.3 to 8.0.4 ([ CVE-2024 -30105] [ CVE-2024-30105 ] )
27
+
22
28
## [ 5.4.0] [ 5.4.0 ] - 2024-06-04
23
29
24
30
### Added
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
98
93
99
- Introduced ` ITypeSafetyChecker ` to enable type checking before instantiation by ` DynamicObjectMapper ` .
94
100
95
- [ vnext-unreleased ] : https://github.com/6bee/aqua-core/compare/5.4.0...main
101
+ [ vnext-unreleased ] : https://github.com/6bee/aqua-core/compare/5.4.1...main
102
+ [ 5.4.1 ] : https://github.com/6bee/aqua-core/compare/5.4.0...5.4.1
96
103
[ 5.4.0 ] : https://github.com/6bee/aqua-core/compare/5.3.0...5.4.0
97
104
[ 5.3.0 ] : https://github.com/6bee/aqua-core/compare/5.2.0...5.3.0
98
105
[ 5.2.0 ] : https://github.com/6bee/aqua-core/compare/5.1.0...5.2.0
@@ -107,3 +114,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
114
[ nullable-references ] : https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
108
115
[ protobuf-net-v2 ] : https://www.nuget.org/packages/protobuf-net/2.4.6
109
116
[ syslib0050 ] : https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
117
+ [ CVE-2024-30105 ] : https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<MajorVersion >5</MajorVersion >
6
6
<MinorVersion >4</MinorVersion >
7
- <PatchVersion >0 </PatchVersion >
7
+ <PatchVersion >1 </PatchVersion >
8
8
<PreReleaseLabel >dev</PreReleaseLabel >
9
9
</PropertyGroup >
10
10
You can’t perform that action at this time.
0 commit comments