Skip to content

Commit b04f29d

Browse files
authored
Merge pull request #295 from phil-davis/prepare-3.0.5
chore: prepare release 3.0.5
2 parents 81a2c61 + 63c2b2d commit b04f29d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

4+
3.0.5 (2024-09-05)
5+
------------------
6+
* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
7+
48
3.0.4 (2024-04-18)
59
------------------
610
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -27,6 +31,19 @@ ChangeLog
2731
* #213 added phpstan types to deserializer functions ( @staabm )
2832
* #214 update phpstan 1.x ( @staabm )
2933

34+
2.2.10 (2024-08-27)
35+
------------------
36+
* #290 add cs-fixer v3 (@phil-davis)
37+
38+
2.2.9 (2024-07-26)
39+
------------------
40+
* #287 Explicitly mark nullable parameter (@cedric-anne)
41+
42+
2.2.8 (2024-07-25)
43+
------------------
44+
* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
45+
* #285 PHP 8.4 compliance (@phil-davis)
46+
3047
2.2.7 (2024-04-18)
3148
------------------
3249
* #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 = '3.0.4';
19+
public const VERSION = '3.0.5';
2020
}

0 commit comments

Comments
 (0)