diff --git a/docs/history.md b/docs/history.md
index 909b587..9f00c11 100644
--- a/docs/history.md
+++ b/docs/history.md
@@ -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
diff --git a/src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj b/src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj
index 22d2bff..58c3fd3 100644
--- a/src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj
+++ b/src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj
@@ -6,7 +6,7 @@
cncf;cloudnative;cloudevents;events;protobuf
8.0
enable
- 2.0.0-local.1
+ 2.0.0-beta.1
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index bdb0e36..411489b 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -4,7 +4,7 @@
- We use the same version number for all stable
- packages. See PROCESSES.md for details.
-->
- 2.1.1
+ 2.2.0
$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))