From b4c67374c54372b7939f6c551d65c2a1851064cf Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 13 Jul 2020 17:00:36 +0545 Subject: [PATCH] Release 4.3.1 --- CHANGELOG.md | 8 ++++++++ lib/Version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5126e04f9..69e14154b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ChangeLog ========= +4.3.1 (2020-07-13) +------------------ + +* #510: Fix an incomplete phpdoc type annotation (@mstilkerich) +* #505: Refactor unit test code for phpunit9 (@phil-davis) +* #500: Standardize CI (@phil-davis) +* #496: CI tooling changes (@JeroenVanOort) + 4.3.0 (2020-01-31) ------------------ diff --git a/lib/Version.php b/lib/Version.php index 883d20289..e5ab9af38 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -14,5 +14,5 @@ class Version /** * Full version number. */ - const VERSION = '4.3.0'; + const VERSION = '4.3.1'; }