We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 224ced7 + 63ddeb6 commit e893c7dCopy full SHA for e893c7d
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+0.3.0 (2020-10-03)
5
+------------------
6
+
7
+* Add support for PHP 7.4 (@phil-davis)
8
9
0.2.0 (2017-01-03)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '0.2.0';
+ const VERSION = '0.3.0';
20
}
0 commit comments