File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 3.0.6 (2024-09-06)
5+ ------------------
6+ * #298 fix for passing a closed resource to Service parse or expect (@phil-davis )
7+
483.0.5 (2024-09-05)
59------------------
610* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
@@ -31,6 +35,10 @@ ChangeLog
3135* #213 added phpstan types to deserializer functions ( @staabm )
3236* #214 update phpstan 1.x ( @staabm )
3337
38+ 2.2.11 (2024-09-06)
39+ ------------------
40+ * #298 fix for passing a closed resource to Service parse or expect (@phil-davis )
41+
34422.2.10 (2024-08-27)
3543------------------
3644* #290 add cs-fixer v3 (@phil-davis )
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
1616 /**
1717 * Full version number.
1818 */
19- public const VERSION = '3.0.5 ' ;
19+ public const VERSION = '3.0.6 ' ;
2020}
You can’t perform that action at this time.
0 commit comments