Skip to content

Commit a6af111

Browse files
authored
Merge pull request #210 from phil-davis/version-2.2.5
version bump that was missed in 2.2.4
2 parents a62611c + b8bc8aa commit a6af111

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
ChangeLog
22
=========
33

4-
2.2.4 (2020-11-04)
4+
2.2.5 (2021-11-04)
5+
------------------
6+
* #210 version bump that was missed in 2.2.4 ( @phil-davis )
7+
8+
2.2.4 (2021-11-04)
59
------------------
610
* #204 Use libxml version instead of PHP version before calling libxml_disable_entity_loader ( @CarlSchwan )
711

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.4';
19+
const VERSION = '2.2.5';
2020
}

0 commit comments

Comments
 (0)