Skip to content

Commit 55ec557

Browse files
committed
Bumped version to 1.14.5, updated changelog.
1 parent 325c29e commit 55ec557

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.14.5
2+
- fixed incompatibility with Laravel 4.1 an 4.2 (introduced in 1.14.3)
3+
14
1.14.4
25
- added support for Lumen 5.5 (thanks nebez)
36

Clockwork/Clockwork.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Clockwork implements LoggerInterface
1818
/**
1919
* Clockwork version
2020
*/
21-
const VERSION = '1.14.4';
21+
const VERSION = '1.14.5';
2222

2323
/**
2424
* Array of data sources, these objects provide data to be stored in a request object

0 commit comments

Comments
 (0)