File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
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
+ ## [ 7.2.1] [ 7.2.1 ] - 2024-07-10
23
+
24
+ ### Security
25
+
26
+ - Bump _ aqua-core_ from 5.4.0 to 5.4.1 ([ CVE-2024 -30105] [ CVE-2024-30105 ] )
27
+
22
28
## [ 7.2.0] [ 7.2.0 ] - 2024-06-04
23
29
24
30
### Added
@@ -105,8 +111,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
111
106
112
- Dropped unused dependency on _ System.Runtime.Serialization.Formatters_ .
107
113
108
- [ vnext-unreleased ] : https://github.com/6bee/Remote.Linq/compare/7.2.0...main
109
- [ 7.2.0 ] : https://github.com/6bee/Remote.Linq/compare/7.1.0...7.2.0
114
+ [ vnext-unreleased ] : https://github.com/6bee/Remote.Linq/compare/v7.2.1...main
115
+ [ 7.2.1 ] : https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1
116
+ [ 7.2.0 ] : https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0
110
117
[ 7.1.0 ] : https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
111
118
[ 7.0.0 ] : https://github.com/6bee/Remote.Linq/compare/6.3.1...7.0.0
112
119
[ 6.3.1 ] : https://github.com/6bee/Remote.Linq/compare/6.3.0...6.3.1
@@ -121,3 +128,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
128
[ nullable-references ] : https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
122
129
[ protobuf-net-v2 ] : https://www.nuget.org/packages/protobuf-net/2.4.6
123
130
[ syslib0050 ] : https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
131
+ [ 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 >7</MajorVersion >
6
6
<MinorVersion >2</MinorVersion >
7
- <PatchVersion >0 </PatchVersion >
7
+ <PatchVersion >1 </PatchVersion >
8
8
<PreReleaseLabel >dev</PreReleaseLabel >
9
- <AquaCoreVersion >5.4.0 </AquaCoreVersion >
9
+ <AquaCoreVersion >5.4.1 </AquaCoreVersion >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments