From efa60d142cf26ded3fd21ae23468e100db5718fd Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Jan 2016 11:49:55 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 5d103e4b..7b554b4b 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,8 @@ -3.1dev 2015-11- - Add "repmgr switchover" command (Ian; note: still WIP) +3.1.0 2016-01- + Add "repmgr switchover" command (Ian) + +3.0.4 2016-01- + Remove requirement for 'archive_mode' to be enabled (Ian) 3.0.3 2016-01-04 Create replication slot if required before base backup is run (Abhijit)