From ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 2 Sep 2020 14:07:28 +0200
Subject: [PATCH] Version 1.18.8

---
 composer.json                    | 2 +-
 composer.lock                    | 2 +-
 docs/simplesamlphp-changelog.md  | 2 +-
 extra/simplesamlphp.spec         | 2 +-
 lib/SimpleSAML/Configuration.php | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/composer.json b/composer.json
index 91877fc34..7041c4259 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
     "homepage": "http://simplesamlphp.org",
     "license": "LGPL-2.1-or-later",
-    "version": "v1.18.7",
+    "version": "v1.18.8",
     "authors": [
         {
             "name": "Andreas Åkre Solberg",
diff --git a/composer.lock b/composer.lock
index 174e88785..5d46b544b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "1dc8e664d835438bb10c5a7784a7d9ee",
+    "content-hash": "bf371c4b318dde371166f24e06842287",
     "packages": [
         {
             "name": "gettext/gettext",
diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 08366d8c7..d44838b81 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading.
 
 ## Version 1.18.8
 
-Released TBD
+Released 2020-09-02
 
   * Fixed Artifact Resolution due to incorrect use of Issuer objects (#1343).
   * Fixed some of the German translations (#1331). Thanks @htto!
diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index 1f25819ef..7aa420358 100644
--- a/extra/simplesamlphp.spec
+++ b/extra/simplesamlphp.spec
@@ -1,6 +1,6 @@
 %define name      simplesamlphp
 %define summary   SAML IDP/SP written in PHP
-%define version   1.18.7
+%define version   1.18.8
 %define release   1
 %define license   LGPL 2.1
 %define group     Networking/WWW
diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php
index 18a0bb91a..cbcebcf01 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -426,7 +426,7 @@ class Configuration implements Utils\ClearableState
      */
     public function getVersion()
     {
-        return '1.18.7';
+        return '1.18.8';
     }
 
 
-- 
GitLab