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.
1 parent df24afc commit 059d110Copy full SHA for 059d110
CHANGELOG.md
@@ -1,6 +1,14 @@
1
ChangeLog
2
=========
3
4
+2.2.0 (2020-01-31)
5
+------------------
6
+
7
+* #45 Added Support for PHP 7.4 (@phil-davis, @staabm)
8
+* #47: Dropped Support for PHP 7.0 (@phil-davis)
9
+* #49: Updated the testsuite for phpunit8 (@phil-davis)
10
+* #46: Added phpstan coverage (@phil-davis)
11
12
2.1.3 (2019-09-05)
13
------------------
14
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.1.3';
+ const VERSION = '2.2.0';
20
}
0 commit comments