We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325c29e commit 55ec557Copy full SHA for 55ec557
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+1.14.5
2
+- fixed incompatibility with Laravel 4.1 an 4.2 (introduced in 1.14.3)
3
+
4
1.14.4
5
- added support for Lumen 5.5 (thanks nebez)
6
Clockwork/Clockwork.php
@@ -18,7 +18,7 @@ class Clockwork implements LoggerInterface
18
/**
19
* Clockwork version
20
*/
21
- const VERSION = '1.14.4';
+ const VERSION = '1.14.5';
22
23
24
* Array of data sources, these objects provide data to be stored in a request object
0 commit comments