From e1f9337fb4bb33f5a38d1a9c828065f940719467 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Thu, 7 Mar 2019 16:01:21 +0000
Subject: [PATCH] fix changelog

---
 docs/simplesamlphp-changelog.md | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 02e4ce002..10bf4d4ff 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -6,10 +6,19 @@ SimpleSAMLphp changelog
 This document lists the changes between versions of SimpleSAMLphp.
 See the upgrade notes for specific information about upgrading.
 
-## Version 1.17.0
+## Version 1.18.0
 
 Released TBD
 
+### metarefresh
+  * The algorithm to compute the fingerprint of the certificate that signed
+    metadata can be specified with the new `validateFingerprintAlgorithm`
+    configuration option.
+
+## Version 1.17.0
+
+Released 3 March 2019
+
   * Introduce a new experimental user interface based on Twig templates.
     The new Twig templates co-exist next to the old ones and come
     with a new look-and-feel for SimpleSAMLphp and independent interfaces for
@@ -48,11 +57,6 @@ Released TBD
   * Allow `core:PHP` to manipulate the entire state array.
   * IdP initiated login: add compatibility with Shibboleth parameters.
 
-### metarefresh
-  * The algorithm to compute the fingerprint of the certificate that signed
-    metadata can be specified with the new `validateFingerprintAlgorithm`
-    configuration option.
-
 ### multiauth
   * Added a `preselect` configuration option to skip authsource selection (#1005).
 
-- 
GitLab