Skip to content

Commit 90bfe35

Browse files
committed
Release 2.5.1
Changes since 2.5.0: - Dependencies: update dependencies in CloudNative.CloudEvents.Avro - Add explicit dependency on Newtonsoft.Json 13.0.1 to avoid transitive dependency on a version containing vulnerabilities - Update Apache.Avro to 1.11.1 No APIs have changed. This is a patch release as the dependency changes are very minor (but necessary to avoid vulnerabilities). Signed-off-by: Jon Skeet <[email protected]>
1 parent 0897d81 commit 90bfe35

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version history (from 2.0)
22

3+
## 2.5.1 (2022-11-10)
4+
5+
- Dependencies: update dependencies in CloudNative.CloudEvents.Avro
6+
- Add explicit dependency on Newtonsoft.Json 13.0.1 to avoid
7+
transitive dependency on a version containing vulnerabilities
8+
- Update Apache.Avro to 1.11.1
9+
10+
No APIs have changed. This is a patch release as the dependency
11+
changes are very minor (but necessary to avoid vulnerabilities).
12+
313
## 2.5.0 (2022-10-17)
414

515
- Dependencies: update dependencies in CloudNative.CloudEvents.AspNetCore:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- We use the same version number for all stable
55
- packages. See PROCESSES.md for details.
66
-->
7-
<Version>2.5.0</Version>
7+
<Version>2.5.1</Version>
88

99
<!-- Make the repository root available for other properties -->
1010
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>

0 commit comments

Comments
 (0)