Skip to content

Commit

Permalink
Merge pull request #302 from phil-davis/prepare-3.0.6
Browse files Browse the repository at this point in the history
Prepare release 3.0.6
  • Loading branch information
phil-davis authored Sep 6, 2024
2 parents 4d272f2 + 175adda commit c7c6bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

3.0.6 (2024-09-06)
------------------
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)

3.0.5 (2024-09-05)
------------------
* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
Expand Down Expand Up @@ -31,6 +35,10 @@ ChangeLog
* #213 added phpstan types to deserializer functions ( @staabm )
* #214 update phpstan 1.x ( @staabm )

2.2.11 (2024-09-06)
------------------
* #298 fix for passing a closed resource to Service parse or expect (@phil-davis)

2.2.10 (2024-08-27)
------------------
* #290 add cs-fixer v3 (@phil-davis)
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '3.0.5';
public const VERSION = '3.0.6';
}

0 comments on commit c7c6bac

Please sign in to comment.