Skip to content

Commit

Permalink
Merge pull request #263 from phil-davis/prepare-3.0.3
Browse files Browse the repository at this point in the history
Prepare release 3.0.3
  • Loading branch information
phil-davis committed Nov 9, 2023
2 parents 9f8e053 + 2140f49 commit b19180c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
ChangeLog
=========

3.0.3 (2023-11-09)
------------------
* #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis )

3.0.2 (2023-06-28)
------------------
* #247 Enhance PHPdoc of Service write value parameter ( @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.2';
public const VERSION = '3.0.3';
}

0 comments on commit b19180c

Please sign in to comment.