From 19ddf5c1187a90d4b658934fb91a818efeccd3a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?=
<12201973+fredericdelaporte@users.noreply.github.com>
Date: Sun, 14 Mar 2021 15:52:53 +0100
Subject: [PATCH] Release 5.3.7
---
build-common/NHibernate.props | 2 +-
releasenotes.txt | 20 +++++++++++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index d6cd9f26981..72f9f4b8b60 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
7
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index db1f7b74c6c..76c715c7447 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,22 @@
-Build 5.3.6
+Build 5.3.7
+=============================
+
+Release notes - NHibernate - Version 5.3.7
+
+5 issues were resolved in this release.
+
+** Bug
+
+ * #2704 IEnhancedUserType from string to bool fails in some circumstances
+ * #2702 LINQ projection of nullable enum with list fails
+ * #2693 Invalid parameter conversion with group by
+ * #2688 NoViableAltException in a delete on a many-to-one id
+
+** Task
+
+ * #2701 Release 5.3.7
+
+Build 5.3.6
=============================
Release notes - NHibernate - Version 5.3.6