Skip to content

Commit c7c6bac

Browse files
authored
Merge pull request #302 from phil-davis/prepare-3.0.6
Prepare release 3.0.6
2 parents 4d272f2 + 175adda commit c7c6bac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
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+
48
3.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+
3442
2.2.10 (2024-08-27)
3543
------------------
3644
* #290 add cs-fixer v3 (@phil-davis)

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.5';
19+
public const VERSION = '3.0.6';
2020
}

0 commit comments

Comments
 (0)