Skip to content

Commit 363bc48

Browse files
committed
Bumped version to 4.1.6.
1 parent b6c5103 commit 363bc48

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.1.6
2+
3+
- added support for filtering collected requests by method to Laravel integration (options requests filtered by default) (idea by mortenscheel, thanks!)
4+
- added support for filtering collected requests by uri and method to vanilla integration
5+
- fixed handling of failed file operations on index file in file storage (reported by staabm, thanks!)
6+
17
4.1.5
28

39
- fixed crash on initialization in Lumen apps using queue (reported by gramparallelo, thanks!)

Clockwork/Clockwork.php

+1-1
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.5';
24+
const VERSION = '4.1.6';
2525

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

0 commit comments

Comments
 (0)