Skip to content

Commit f1d53d5

Browse files
authored
Merge pull request #276 from phil-davis/release/2.2.7
Prepare release 2.2.7
2 parents baf08b9 + e305139 commit f1d53d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
=========
33

4+
2.2.7 (2024-04-18)
5+
------------------
6+
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
7+
48
2.2.6 (2023-06-28)
59
------------------
610
* #229 Fixed error where valueobject has eaten too much ( @mrbig )

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-
const VERSION = '2.2.6';
19+
const VERSION = '2.2.7';
2020
}

0 commit comments

Comments
 (0)