File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 4.0.1 (2023-06-28)
5+ ------------------
6+ * #229 Fixed error where valueobject has eaten too much ( @mrbig )
7+ * #238 cs-fixer and CI updates ( @phil-davis )
8+ * #234 Call static assert functions with self:: tests-only ( @phil-davis )
9+ * #231 Adjust code style to meet current php-cs-fixer ( @phil-davis )
10+
4114.0.0 (2022-09-26)
512------------------
613* #226 Allow sabre/uri major version 3 ( @phil-davis )
714
15+ 3.0.1 (2023-06-28)
16+ ------------------
17+ * #229 Fixed error where valueobject has eaten too much ( @mrbig )
18+ * #239 cs-fixer and CI updates ( @phil-davis )
19+
8203.0.0 (2022-08-17)
921------------------
1022* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )
@@ -13,6 +25,10 @@ ChangeLog
1325* #213 added phpstan types to deserializer functions ( @staabm )
1426* #214 update phpstan 1.x ( @staabm )
1527
28+ 2.2.6 (2023-06-28)
29+ ------------------
30+ * #229 Fixed error where valueobject has eaten too much ( @mrbig )
31+
16322.2.5 (2021-11-04)
1733------------------
1834* #210 version bump that was missed in 2.2.4 ( @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 = '4.0.0 ' ;
19+ public const VERSION = '4.0.1 ' ;
2020}
You can’t perform that action at this time.
0 commit comments