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 e28b39e + 800f845 commit 744972eCopy full SHA for 744972e
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+0.3.1 (2020-10-03)
5
+------------------
6
+
7
+* #15: Add support for PHP 8.0 (@phil-davis)
8
9
0.3.0 (2020-10-03)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '0.3.0';
+ const VERSION = '0.3.1';
20
}
0 commit comments