Skip to content

Commit a37c73e

Browse files
authored
Prepare next release (#80)
* Prepare next release * Update CHANGELOG.md
1 parent 7dab2bd commit a37c73e

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+
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+
411
5.1.0 (2020-01-31)
512
------------------
613

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.1.0';
19+
const VERSION = '5.1.1';
2020
}

0 commit comments

Comments
 (0)