From 342c01f18bf48bf2b20c6515ede7c8c63038aaf9 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, 2 Apr 2023 19:06:05 +0200
Subject: [PATCH] Release 5.3.16 (#3276)
---
build-common/NHibernate.props | 2 +-
releasenotes.txt | 19 ++++++++++++++++++-
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index 9fa99426a61..9f4d60b50c2 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
16
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index 0dd270c943e..feca1375199 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,21 @@
-Build 5.3.15
+Build 5.3.16
+=============================
+
+Release notes - NHibernate - Version 5.3.16
+
+3 issues were resolved in this release.
+
+** Bug
+
+ * #3269 "Or" clause in a "where" condition returns a wrong result with not-found-ignore
+ * #3210 Wrong name value for L2 read-only cache warning on mutable
+
+** Task
+
+ * #3276 Release 5.3.16
+
+
+Build 5.3.15
=============================
Release notes - NHibernate - Version 5.3.15