diff --git a/HISTORY b/HISTORY
index 5d807970..5f8dcde9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,6 @@
+5.3.1 2022-??-??
+ repmgrd: fixes for potential connection leaks (hslightdb)
+
5.3.0 2021-10-12
standby switchover: improve handling of node rejoin failure (Ian)
repmgrd: prefix all shared library functions with "repmgr_" to
diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml
index 16ed3aa8..cf9658d6 100644
--- a/doc/appendix-release-notes.xml
+++ b/doc/appendix-release-notes.xml
@@ -16,6 +16,31 @@
+
+ Release 5.3.1
+ ??? ?? ???, 2022
+
+ &repmgr; 5.3.1 is a minor release.
+
+
+ Bug fixes
+
+
+
+
+ &repmgrd;: ensure potentially open connections are closed.
+
+
+ In some cases, when recovering from degraded state in local node monitoring,
+ new connection was opened to the local node without closing
+ the old one, which will result in memory leakage.
+
+
+
+
+
+
+
Release 5.3.0
Tue 12 October, 2021