Skip to content

Commit 5b2248d

Browse files
authored
Release 4.3.0 (#497)
* Update CHANGELOG.md * Update Version.php
1 parent 1af8f3f commit 5b2248d

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,6 +1,13 @@
11
ChangeLog
22
=========
33

4+
4.3.0 (2020-01-31)
5+
------------------
6+
7+
* Added support for PHP 7.4, dropped support for PHP 7.0 (@phil-davis)
8+
* #487: Added phpstan coverage, updated testsuite for phpunit8 (@phil-davis, @JeroenVanOort)
9+
* #495: refactored maps to use ::class notation (@JeroenVanOort)
10+
411
4.2.2 (2020-01-14)
512
------------------
613

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
/**
1515
* Full version number.
1616
*/
17-
const VERSION = '4.2.3-dev';
17+
const VERSION = '4.3.0';
1818
}

0 commit comments

Comments
 (0)