Skip to content

Commit f9f3d1f

Browse files
authored
Merge pull request #226 from phil-davis/prepare-5.1.10
Prepare 5.1.10
2 parents eee8bb8 + 9cf291d commit f9f3d1f

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.10 (2023-08-18)
5+
------------------
6+
7+
* #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis)
8+
49
5.1.9 (2023-08-17)
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.9';
19+
const VERSION = '5.1.10';
2020
}

0 commit comments

Comments
 (0)