From 7082d518a5d23b85d8ede6c143d303ab3f9d3a2b Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 19 Jan 2021 14:48:24 +0100
Subject: [PATCH] Version 1.19.0

---
 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 8f43a8949..9314b1111 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.0-rc1",
+    "version": "v1.19.0",
     "authors": [
         {
             "name": "Andreas Åkre Solberg",
diff --git a/composer.lock b/composer.lock
index 086a28f6e..e52e1c6cd 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": "89a9c72b26236527eee00644836ab0aa",
+    "content-hash": "52011668f1d64cb0d8f85b37bd98cdc0",
     "packages": [
         {
             "name": "gettext/gettext",
diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 571fce170..b7683c49f 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.0
 
-Released TBD
+Released 2021-01-21
 
   * This version will be the last of the 1.x branch and will provide a migration path to our new
     templating system, routing system and translation system.
diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index d579d1774..11e0dc761 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.0-rc1
+%define version   1.19.0
 %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 6d5cf9080..9508038c4 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.0-rc1';
+    public const VERSION = '1.19.0';
 
     /**
      * A default value which means that the given option is required.
-- 
GitLab