Skip to content

Commit

Permalink
Prepare release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Apr 18, 2024
1 parent baf08b9 commit e305139
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

2.2.7 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )

2.2.6 (2023-06-28)
------------------
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
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.
*/
const VERSION = '2.2.6';
const VERSION = '2.2.7';
}

0 comments on commit e305139

Please sign in to comment.