Skip to content

Commit 0b1b6c6

Browse files
committed
Prepare 2.2.8
1 parent b95e035 commit 0b1b6c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
2.2.8 (2024-07-25)
5+
------------------
6+
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
7+
* #285 PHP 8.4 compliance (@phil-davis)
8+
49
2.2.7 (2024-04-18)
510
------------------
611
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
const VERSION = '2.2.7';
19+
const VERSION = '2.2.8';
2020
}

0 commit comments

Comments
 (0)