Skip to content

Commit 1817eab

Browse files
committed
Bumped version to 4.1.4.
1 parent 55e4ca0 commit 1817eab

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,3 +1,9 @@
1+
4.1.4
2+
3+
- added support for a time property to the Request:add* apis, defaults to "current time - duration"
4+
- fixed crash when collecting console commands with array arguments or options in the Laravel integration (implemented by mortenscheel, thanks!)
5+
- fixed default storage directory being one level too deep in vanilla integration
6+
17
4.1.3
28

39
- fixed file storage not unlocking index when cleanup has nothing to clean (implemented by Nacoma, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
2121
/**
2222
* Clockwork version
2323
*/
24-
const VERSION = '4.1.3';
24+
const VERSION = '4.1.4';
2525

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

0 commit comments

Comments
 (0)