Skip to content

Commit

Permalink
Release 2.2.0 (with Protobuf 2.0.0-beta.1)
Browse files Browse the repository at this point in the history
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 <jonskeet@google.com>
  • Loading branch information
jskeet committed Feb 2, 2022
1 parent 0349eeb commit 409982e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history (from 2.0)

## 2.2.0 (2022-02-02)

- 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

## 2.1.1 (2021-07-21)

Bug fix ([#77](https://github.com/cloudevents/sdk-csharp/pull/177)): dependency on the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>cncf;cloudnative;cloudevents;events;protobuf</PackageTags>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>2.0.0-local.1</Version>
<Version>2.0.0-beta.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- We use the same version number for all stable
- packages. See PROCESSES.md for details.
-->
<Version>2.1.1</Version>
<Version>2.2.0</Version>

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

0 comments on commit 409982e

Please sign in to comment.