Skip to content
Snippets Groups Projects
Commit 645cdcd6 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Release v2.0.2

parent ed08ba1c
Branches
Tags
No related merge requests found
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
"gettext/translator": "^1.0.1", "gettext/translator": "^1.0.1",
"phpmailer/phpmailer": "^6.5", "phpmailer/phpmailer": "^6.5",
"simplesamlphp/assert": "^0.8.0", "simplesamlphp/assert": "^0.8.0",
"simplesamlphp/composer-module-installer": "^1.3.0",
"simplesamlphp/saml2": "^4.6", "simplesamlphp/saml2": "^4.6",
"simplesamlphp/simplesamlphp-assets-base": "^2.0", "simplesamlphp/simplesamlphp-assets-base": "^2.0",
"symfony/cache": "^5.4", "symfony/cache": "^5.4",
...@@ -78,8 +79,7 @@ ...@@ -78,8 +79,7 @@
"symfony/var-exporter": "^5.4", "symfony/var-exporter": "^5.4",
"symfony/yaml": "^5.4", "symfony/yaml": "^5.4",
"twig/intl-extra": "^3.3", "twig/intl-extra": "^3.3",
"twig/twig": "^3.3.8", "twig/twig": "^3.3.8"
"simplesamlphp/composer-module-installer": "^1.3.0"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
...@@ -108,5 +108,6 @@ ...@@ -108,5 +108,6 @@
"simplesamlphp/composer-module-installer": true, "simplesamlphp/composer-module-installer": true,
"muglug/package-versions-56": true "muglug/package-versions-56": true
} }
} },
"version": "2.0.2"
} }
This diff is collapsed.
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
This document lists the changes between versions of SimpleSAMLphp. This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading. See the upgrade notes for specific information about upgrading.
## Version 2.0.2
Released 2023-03-10
* Fixed the broken 2.0.1 release by restoring an accidentally removed file
## Version 2.0.1 ## Version 2.0.1
Released 2023-03-10 Released 2023-03-10
......
%define name simplesamlphp %define name simplesamlphp
%define summary SAML IDP/SP written in PHP %define summary SAML IDP/SP written in PHP
%define version 2.0.1 %define version 2.0.2
%define release 1 %define release 1
%define license LGPL 2.1 %define license LGPL 2.1
%define group Networking/WWW %define group Networking/WWW
......
...@@ -39,7 +39,7 @@ class Configuration implements Utils\ClearableState ...@@ -39,7 +39,7 @@ class Configuration implements Utils\ClearableState
/** /**
* The release version of this package * The release version of this package
*/ */
public const VERSION = '2.0.1'; public const VERSION = '2.0.2';
/** /**
* A default value which means that the given option is required. * A default value which means that the given option is required.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment