Skip to content

Commit

Permalink
Release 2.2.0 (#50)
Browse files Browse the repository at this point in the history
* prepare release 2.2.0

* Update Version.php
  • Loading branch information
staabm committed Jan 31, 2020
1 parent df24afc commit 059d110
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

2.2.0 (2020-01-31)
------------------

* #45 Added Support for PHP 7.4 (@phil-davis, @staabm)
* #47: Dropped Support for PHP 7.0 (@phil-davis)
* #49: Updated the testsuite for phpunit8 (@phil-davis)
* #46: Added phpstan coverage (@phil-davis)

2.1.3 (2019-09-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
const VERSION = '2.1.3';
const VERSION = '2.2.0';
}

0 comments on commit 059d110

Please sign in to comment.