Skip to content

Commit 0c0169f

Browse files
committed
Release 2.7.0
Changes since 2.6.0: - Add the ability to specify a custom serializer for Avro. Fixes ([#261](#261)). Signed-off-by: Jon Skeet <[email protected]>
1 parent 8ae17d7 commit 0c0169f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/history.md

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

3+
## 2.7.0 (2023-07-31)
4+
5+
- Add the ability to specify a custom serializer for Avro.
6+
Fixes ([#261](https://github.com/cloudevents/sdk-csharp/issues/261)).
7+
38
## 2.6.0 (2023-03-07)
49

510
- Dependencies: system-level dependencies updated

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.6.0</Version>
7+
<Version>2.7.0</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)