diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index c18494f8404..229fe2c14e0 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
2
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index bc6e33a72e6..0743c8b0742 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,23 @@
-Build 5.3.1
+Build 5.3.2
+=============================
+
+Release notes - NHibernate - Version 5.3.2
+
+6 issues were resolved in this release.
+
+** Bug
+
+ * #2468 Null reference at NHibernate.Util.AsyncReaderWriterLock.ReadLock()
+ * #2465 Linq contains on a value collection is failing
+ * #2463 Path expected for join
+ * #2458 Evaluatable expressions with parameters are no more pre-evaluated
+ * #2453 Fail to cast enum as nvarchar for Linq Contains
+
+** Task
+
+ * #2472 Release 5.3.2
+
+Build 5.3.1
=============================
Release notes - NHibernate - Version 5.3.1