Skip to content

Commit 1674e4f

Browse files
committed
Release 2.2.6
1 parent 93fe9f7 commit 1674e4f

5 files changed

Lines changed: 59 additions & 35 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@
129129
"translations:unused": "php bin/translations translations:unused",
130130
"translations:update:translatable": "php bin/translations translations:update:translatable"
131131
},
132-
"version": "v2.2.5"
132+
"version": "v2.2.6"
133133
}

composer.lock

Lines changed: 55 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/simplesamlphp-changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See the [upgrade notes](https://simplesamlphp.org/docs/stable/simplesamlphp-upgr
77

88
## Version 2.2.6
99

10-
Released TBD
10+
Released 2025-08-16
1111

1212
* Fix auth state AuthnInstant (#2478)
1313

extra/simplesamlphp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define name simplesamlphp
22
%define summary SAML IDP/SP written in PHP
3-
%define version 2.2.5
3+
%define version 2.2.6
44
%define release 1
55
%define license LGPL 2.1
66
%define group Networking/WWW

src/SimpleSAML/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Configuration implements Utils\ClearableState
3939
/**
4040
* The release version of this package
4141
*/
42-
public const VERSION = '2.2.5';
42+
public const VERSION = '2.2.6';
4343

4444
/**
4545
* A default value which means that the given option is required.

0 commit comments

Comments
 (0)