Skip to content

Commit 6ab6543

Browse files
committed
Prepare release 4.0.6
1 parent c47869a commit 6ab6543

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

4+
4.0.6 (2024-09-06)
5+
------------------
6+
* #281 delete unused bin directory ( @szepeviktor )
7+
* #282 stop exporting php-cs-fixer config ( @szepeviktor )
8+
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)
9+
410
4.0.5 (2024-04-18)
511
------------------
612
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -30,6 +36,14 @@ ChangeLog
3036
------------------
3137
* #226 Allow sabre/uri major version 3 ( @phil-davis )
3238

39+
3.0.6 (2024-09-06)
40+
------------------
41+
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)
42+
43+
3.0.5 (2024-09-05)
44+
------------------
45+
* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
46+
3347
3.0.4 (2024-04-18)
3448
------------------
3549
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -56,6 +70,23 @@ ChangeLog
5670
* #213 added phpstan types to deserializer functions ( @staabm )
5771
* #214 update phpstan 1.x ( @staabm )
5872

73+
2.2.11 (2024-09-06)
74+
------------------
75+
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)
76+
77+
2.2.10 (2024-08-27)
78+
------------------
79+
* #290 add cs-fixer v3 (@phil-davis)
80+
81+
2.2.9 (2024-07-26)
82+
------------------
83+
* #287 Explicitly mark nullable parameter (@cedric-anne)
84+
85+
2.2.8 (2024-07-25)
86+
------------------
87+
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
88+
* #285 PHP 8.4 compliance (@phil-davis)
89+
5990
2.2.7 (2024-04-18)
6091
------------------
6192
* #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-
public const VERSION = '4.0.5';
19+
public const VERSION = '4.0.6';
2020
}

0 commit comments

Comments
 (0)