There was an error while loading. Please reload this page.
2 parents ec0a81b + 0209712 commit 8828871Copy full SHA for 8828871
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+2.2.9 (2024-07-26)
5
+------------------
6
+* #287 Explicitly mark nullable parameter (@cedric-anne)
7
+
8
2.2.8 (2024-07-25)
9
------------------
10
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.2.8';
+ const VERSION = '2.2.9';
20
}
0 commit comments