Skip to content

Commit e0e1ccb

Browse files
authored
Merge pull request #129 from phil-davis/prepare-5.1.6
Prepare 5.1.6
2 parents baa3a1a + c832947 commit e0e1ccb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
5.1.6 (2024-07-26)
5+
------------------
6+
7+
* #128 Explicitly mark nullable parameter (@cedric-anne)
8+
49
5.1.5 (2024-07-25)
510
------------------
611

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

0 commit comments

Comments
 (0)