Skip to content

Commit d00a175

Browse files
authored
Release 5.1.0 (#71)
* Update CHANGELOG.md * Update Version.php
1 parent c4043e6 commit d00a175

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
ChangeLog
22
=========
3+
4+
5.1.0 (2020-01-31)
5+
------------------
6+
7+
* Added support for PHP 7.4, dropped support for PHP 7.0 (@phil-davis)
8+
* #49: Updated testsuite for phpunit8, added phpstan coverage (@phil-davis, @DeepDiver1975)
9+
310
5.0.3 (2018-05-03)
411
------------------
512

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 = '5.0.4';
19+
const VERSION = '5.1.0';
2020
}

0 commit comments

Comments
 (0)