We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dab2bd commit a37c73eCopy full SHA for a37c73e
CHANGELOG.md
@@ -1,6 +1,13 @@
1
ChangeLog
2
=========
3
4
+5.1.1 (2020-09-19)
5
+------------------
6
+
7
+* declare experimental php8 support (@TysonAndre)
8
+* incorporated psalm types (@staabm)
9
+* updated build (@phil-davis)
10
11
5.1.0 (2020-01-31)
12
------------------
13
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '5.1.0';
+ const VERSION = '5.1.1';
20
}
0 commit comments