From 35d1b31e1c2efc2e07151b0cf9c71c6353d61ffa Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 16 Aug 2018 15:35:39 -0400 Subject: [PATCH] Update changelog. Signed-off-by: Roberto Rosario --- HISTORY.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2972f4b45d..bb6aa1e4f4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,10 @@ -3.0.1 (208-07-08) +3.0.2 (2018-08-16) +================== +- Docker install script: Default to verbose. +- Docker install script: Increase startup timer to 10 seconds. +- Docker install script: Allow configuring the PostgreSQL port. + +3.0.1 (2018-07-08) ================= - Pin javascript libraries to specific versions to avoid using potentianlly broken updates automatically. GitLab issue #486.