We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a29c710 + b4c6737 commit a7feca8Copy full SHA for a7feca8
CHANGELOG.md
@@ -1,6 +1,14 @@
1
ChangeLog
2
=========
3
4
+4.3.1 (2020-07-13)
5
+------------------
6
+
7
+* #510: Fix an incomplete phpdoc type annotation (@mstilkerich)
8
+* #505: Refactor unit test code for phpunit9 (@phil-davis)
9
+* #500: Standardize CI (@phil-davis)
10
+* #496: CI tooling changes (@JeroenVanOort)
11
12
4.3.0 (2020-01-31)
13
------------------
14
lib/Version.php
@@ -14,5 +14,5 @@ class Version
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.3.0';
+ const VERSION = '4.3.1';
18
}
0 commit comments