We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a62611c + b8bc8aa commit a6af111Copy full SHA for a6af111
CHANGELOG.md
@@ -1,7 +1,11 @@
1
ChangeLog
2
=========
3
4
-2.2.4 (2020-11-04)
+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)
9
------------------
10
* #204 Use libxml version instead of PHP version before calling libxml_disable_entity_loader ( @CarlSchwan )
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.2.4';
+ const VERSION = '2.2.5';
20
}
0 commit comments