Skip to content

Commit

Permalink
Merge pull request #245 from phil-davis/prepare-3.0.1
Browse files Browse the repository at this point in the history
Prepare 3.0.1 release
  • Loading branch information
phil-davis committed Jun 28, 2023
2 parents 1de16f6 + 8ed9e7c commit 568a4ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
ChangeLog
=========

3.0.1 (2023-06-28)
------------------
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
* #239 cs-fixer and CI updates ( @phil-davis )

3.0.0 (2022-08-17)
------------------
* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )
Expand All @@ -9,6 +14,10 @@ ChangeLog
* #213 added phpstan types to deserializer functions ( @staabm )
* #214 update phpstan 1.x ( @staabm )

2.2.6 (2023-06-28)
------------------
* #229 Fixed error where valueobject has eaten too much ( @mrbig )

2.2.5 (2021-11-04)
------------------
* #210 version bump that was missed in 2.2.4 ( @phil-davis )
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';
}

0 comments on commit 568a4ac

Please sign in to comment.