From 0eca58c393d5ba2fde18a506c29ccebe1e3a5be9 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 28 Oct 2021 13:34:58 +0200
Subject: [PATCH] Version 1.19.3

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

diff --git a/composer.json b/composer.json
index fae0c3a7a..42a00b790 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.19.2",
+    "version": "v1.19.3",
     "authors": [
         {
             "name": "Andreas Ă…kre Solberg",
diff --git a/composer.lock b/composer.lock
index 14fb76b83..4e57611d1 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": "9d5f31865b786240b29aeb142ebe5f97",
+    "content-hash": "8a82f5324da68ab43d86edbba8c44678",
     "packages": [
         {
             "name": "gettext/gettext",
@@ -6976,7 +6976,6 @@
                     "type": "github"
                 }
             ],
-            "abandoned": true,
             "time": "2020-11-30T07:30:19+00:00"
         },
         {
diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index c962ba052..922ae5220 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.19.3
 
-Released TBD
+Released 2021-10-28
 
   * Fixed a wrong variable name introduced in v1.19.2 (#1480) that rendered the PHP session handler useless.
 
diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index f54ed84c3..9396bc09c 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.19.2
+%define version   1.19.3
 %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 99d235c84..5aaa5b300 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -19,7 +19,7 @@ class Configuration implements Utils\ClearableState
     /**
      * The release version of this package
      */
-    public const VERSION = '1.19.2';
+    public const VERSION = '1.19.3';
 
     /**
      * A default value which means that the given option is required.
-- 
GitLab