Skip to content

Commit dd18664

Browse files
committed
Setting version number to 2.4.2
1 parent 22ca8fe commit dd18664

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@
140140
"echo 'Post-install tasks completed!'"
141141
]
142142
},
143-
"version": "v2.4.1"
143+
"version": "v2.4.2"
144144
}

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.4.2
99

10-
Released TBD
10+
Released 2025-06-04
1111

1212
* Fixed a bug where metadata-endpoints with isDefault set would not yield the expected metadata (#2439)
1313
* Fixed a backwards incompatibility that would throw an exception on an invalid entityID.

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.4.1
3+
%define version 2.4.2
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
@@ -41,7 +41,7 @@ class Configuration implements Utils\ClearableState
4141
/**
4242
* The release version of this package
4343
*/
44-
public const VERSION = '2.4.1';
44+
public const VERSION = '2.4.2';
4545

4646
/**
4747
* A default value which means that the given option is required.

0 commit comments

Comments
 (0)