diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf78cda..b181306 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## XMLUnit.NET 2.9.2 - /not released, yet/ +## XMLUnit.NET 2.9.2 - /Released 2023-03-16/ * added `NodeFilters#SatisfiesAll` and `SatifiesAny` methods to make it easier to combine multiple node filters. diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs index 862e869..476277d 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.9.2"; - internal const string AssemblyVersion = ApiVersion + ".209"; - internal const string Version = ApiVersion + "-alpha"; + internal const string AssemblyVersion = ApiVersion + ".240"; + internal const string Version = ApiVersion; } }