diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index a6cc2ceb822..b7cc6a6a984 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.4
2
- dev
+
9.0
$(NhVersion).$(VersionPatch)
diff --git a/releasenotes.txt b/releasenotes.txt
index b16d3d4e60d..5fd64fc3975 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,9 +1,33 @@
-Build 5.4.1
+Build 5.4.2
+=============================
+
+Release notes - NHibernate - Version 5.4.2
+
+6 issues were resolved in this release.
+
+** Bug
+
+ * #3274 Improve LINQ Contains subquery parameter detection
+ * #3271 LINQ subqueries wrongly altered by SelectClauseVisitor
+ * #3263 Wrong alias in Where clause if using Fetch and scalar Select
+ * #3239 Incorrect SQL generated fetching many-to-many with subclasses
+
+** New Feature
+
+ * #3251 MappingByCode: Support backfield property access
+
+** Task
+
+ * #3281 Merge 5.3.16 in 5.4.x
+ * #3277 Release 5.4.2
+
+
+Build 5.4.1
=============================
Release notes - NHibernate - Version 5.4.1
-4 issues were resolved in this release.
+5 issues were resolved in this release.
** Bug
@@ -14,6 +38,7 @@ Release notes - NHibernate - Version 5.4.1
** Task
* #3232 Release 5.4.1
+ * #3227 Merge 5.3.15 in 5.4.x
As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
one-to-one associations and optimistic locking. See 5.4.0 possible breaking changes.