diff --git a/appveyor.yml b/appveyor.yml index 9abe523dd68..efdec2dc355 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.1.{build} +version: 5.2.2.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 443e9301623..d562c9cf623 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 1 + 2 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 636e5bcb1cb..3f4882f9acd 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index 9b81586156a..6dbce440e2e 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,18 @@ +Build 5.2.2 +============================= + +Release notes - NHibernate - Version 5.2.2 + +3 issues were resolved in this release. + +** Bug + + * #1953 Query space invalidation doesn't work for bulk actions + * #1269 NH-3069 - Cannot use Session.Lock with Version column on abstract base class + +** Task + + * #1957 Release 5.2.2 Build 5.2.1 ============================= @@ -269,6 +284,15 @@ Release notes - NHibernate - Version 5.2.0 As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed: transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare +Build 5.1.4 +============================= + +Release notes - NHibernate - Version 5.1.4 + +** Bug + + * #1959 Backport Query space invalidation doesn't work for bulk actions + Build 5.1.3 =============================