diff --git a/composer.json b/composer.json index 8f43a894906c7c1907d9b8c2d3a0623be757e247..9314b1111bd447f76e7692b023d419bad5d395cc 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 086a28f6e34588981b579a753f04ed5a1cba106f..e52e1c6cdf6584b0bcc88acbdf6a20b395e03fb3 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 571fce170bc5b8db2ae07c0019b6ae5fa09fecea..b7683c49f0eb68381eb261d3660ff7c3883f96e4 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 d579d1774ff9af074667b922e3868a34cc4e019c..11e0dc7612d1c78e727dbb99e95177df73a9884a 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 6d5cf90801487aed55f315cd3d5a39596951d8e3..9508038c4d12445947d8acb2a74f50213c62d55e 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.