diff --git a/appveyor.yml b/appveyor.yml index 8c96004952c..9abe523dd68 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.0.{build} +version: 5.2.1.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 3743b6868c4..443e9301623 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 0 + 1 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index ed18e5d54e0..636e5bcb1cb 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index cd193256250..9b81586156a 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,8 +1,22 @@ + Build 5.2.1 ============================= Release notes - NHibernate - Version 5.2.1 +5 issues were resolved in this release. + +** Bug + + * #1928 JoinAlias on JoinQueryOver fails + * #1920 ISession.Get may fail with a null exception + * #1918 Property-ref on many-to-one with composite id fails + +** Task + + * #1932 Release 5.2.1 + * #1927 Add missing possible breaking change + As part of releasing 5.2.1, a missing 5.2.0 possible breaking change has been added about duplicated columns in mapping. See 5.2.0 possible breaking changes.