Skip to content

Commit 059d110

Browse files
authored
Release 2.2.0 (#50)
* prepare release 2.2.0 * Update Version.php
1 parent df24afc commit 059d110

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
ChangeLog
22
=========
33

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+
412
2.1.3 (2019-09-05)
513
------------------
614

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
const VERSION = '2.1.3';
19+
const VERSION = '2.2.0';
2020
}

0 commit comments

Comments
 (0)