Skip to content

Commit 409982e

Browse files
committed
Release 2.2.0 (with Protobuf 2.0.0-beta.1)
Changes in this release: - Bug fix: the "source" attribute is now validated to be non-empty - Bug fix: the JSON event formatters comply with the clarified JSON event format spec - Dependency: Apache.Avro dependency updated to 1.11.0 - Feature: New package CloudNative.CloudEvents.Protobuf, released as 2.0.0-beta.1 Signed-off-by: Jon Skeet <[email protected]>
1 parent 0349eeb commit 409982e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/history.md

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

3+
## 2.2.0 (2022-02-02)
4+
5+
- Bug fix: the "source" attribute is now validated to be non-empty
6+
- Bug fix: the JSON event formatters comply with the clarified JSON event format spec
7+
- Dependency: Apache.Avro dependency updated to 1.11.0
8+
- Feature: New package CloudNative.CloudEvents.Protobuf, released as 2.0.0-beta.1
9+
310
## 2.1.1 (2021-07-21)
411

512
Bug fix ([#77](https://github.com/cloudevents/sdk-csharp/pull/177)): dependency on the

src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageTags>cncf;cloudnative;cloudevents;events;protobuf</PackageTags>
77
<LangVersion>8.0</LangVersion>
88
<Nullable>enable</Nullable>
9-
<Version>2.0.0-local.1</Version>
9+
<Version>2.0.0-beta.1</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

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.1.1</Version>
7+
<Version>2.2.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)