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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+5-1
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

Diff for: lib/Version.php

+1-1
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)