Skip to content

Commit adaaf1d

Browse files
authored
Merge pull request #98 from phil-davis/prepare-6.0.0
Prepare 6.0.0
2 parents 3937405 + fb7bd19 commit adaaf1d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
6.0.0 (2022-08-29)
5+
------------------
6+
7+
* #96 Minor fixes to examples, tests and comments (@phil-davis)
8+
* #97 PHP min version 7.4 (@phil-davis)
9+
410
5.1.4 (2021-11-04)
511
------------------
612

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-
public const VERSION = '5.1.4';
19+
public const VERSION = '6.0.0';
2020
}

0 commit comments

Comments
 (0)