diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d16ef67..92bd84c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,9 @@
# Release Notes
-## XMLUnit.NET 2.7.0-beta-02 - /Not Released, yet/
+## XMLUnit.NET 2.7.0 - /Released 2019-04-13/
+
+This release is identical to 2.7.0-beta-01 with only the version
+numbers changed.
## XMLUnit.NET 2.7.0-beta-01 - /Released 2019-04-10/
diff --git a/src/doc/monodoc/core/index.xml b/src/doc/monodoc/core/index.xml
index 39ade9c..d7b3472 100644
--- a/src/doc/monodoc/core/index.xml
+++ b/src/doc/monodoc/core/index.xml
@@ -45,5 +45,5 @@
under the
Apache License, Version 2.0.
-
XMLUnit.NET 2.7.0-beta-02
+ XMLUnit.NET 2.7.0
diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs
index 8d80d8f..f55c43d 100644
--- a/src/shared/CommonAssemblyInfo.cs
+++ b/src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
internal static class XmlUnitVersion
{
internal const string ApiVersion = "2.7.0";
- internal const string AssemblyVersion = ApiVersion + ".166";
- internal const string Version = ApiVersion + "-beta-02";
+ internal const string AssemblyVersion = ApiVersion + ".168";
+ internal const string Version = ApiVersion + "";
}
}