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.
2 parents 3937405 + fb7bd19 commit adaaf1dCopy full SHA for adaaf1d
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
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
10
5.1.4 (2021-11-04)
11
------------------
12
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '5.1.4';
+ public const VERSION = '6.0.0';
20
}
0 commit comments