Skip to content

Commit 8828871

Browse files
authored
Merge pull request #288 from phil-davis/prepare-2.2.9
chore: prepare 2.2.9
2 parents ec0a81b + 0209712 commit 8828871

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
2.2.9 (2024-07-26)
5+
------------------
6+
* #287 Explicitly mark nullable parameter (@cedric-anne)
7+
48
2.2.8 (2024-07-25)
59
------------------
610
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)

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.8';
19+
const VERSION = '2.2.9';
2020
}

0 commit comments

Comments
 (0)