From a69141a45ad41b3b48f55535bafc9cd538a35b74 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 2 Mar 2023 12:42:48 +0100 Subject: [PATCH] Release v1.19.8 --- composer.json | 3 ++- composer.lock | 2 +- docs/simplesamlphp-changelog.md | 6 ++++++ extra/simplesamlphp.spec | 2 +- lib/SimpleSAML/Configuration.php | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4882ba314..fc09bcbc0 100644 --- a/composer.json +++ b/composer.json @@ -115,5 +115,6 @@ "simplesamlphp/composer-module-installer": true, "composer/package-versions-deprecated": true } - } + }, + "version": "1.19.8" } diff --git a/composer.lock b/composer.lock index f7fa4627b..dc05d8f3b 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": "66ba688162b1095f047d65939a726624", + "content-hash": "dc052523b43249ea95a526cdcd7757d2", "packages": [ { "name": "gettext/gettext", diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 8fa5abb51..74cb13e83 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -6,6 +6,12 @@ SimpleSAMLphp changelog This document lists the changes between versions of SimpleSAMLphp. See the upgrade notes for specific information about upgrading. +## Version 1.19.8 + +Released 2-3-2023 + + * Dependencies have been bumped + ## Version 1.19.7 Released 5-12-2022 diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index 6975c414c..c7f305825 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.7 +%define version 1.19.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 4011a2b72..cad132b32 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.7'; + public const VERSION = '1.19.8'; /** * A default value which means that the given option is required. -- GitLab