diff --git a/docs/history.md b/docs/history.md
index b8d5737..6c97641 100644
--- a/docs/history.md
+++ b/docs/history.md
@@ -1,5 +1,16 @@
# Version history (from 2.0)
+## 2.6.0 (2023-03-07)
+
+- Dependencies: system-level dependencies updated
+- The NuGet package now uses PackageLicenseExpression (but still
+ includes the licence file as well).
+ Fixes ([#252](https://github.com/cloudevents/sdk-csharp/issues/252)).
+- Regenerated protobuf schema using the original filename of
+ cloudevents.proto instead of ProtoSchema.proto. An additional
+ ProtoSchemaReflection class has been added purely for compatibility.
+ Fixes ([#256](https://github.com/cloudevents/sdk-csharp/issues/256)).
+
## 2.5.1 (2022-11-10)
- Dependencies: update dependencies in CloudNative.CloudEvents.Avro
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 812e456..16daf0f 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.5.1
+ 2.6.0
$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))