Skip to content

Commit 49c28d7

Browse files
committed
Bumped version to 4.1.7.
1 parent cdad205 commit 49c28d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.1.7
2+
3+
- fixed a rare crash in Eloquent duplicate queries detection (reported by mstaack, thanks!)
4+
- fixed code-style in the Laravel config (implemented by fgilio, thanks!)
5+
16
4.1.6
27

38
- added support for filtering collected requests by method to Laravel integration (options requests filtered by default) (idea by mortenscheel, 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.6';
24+
const VERSION = '4.1.7';
2525

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

0 commit comments

Comments
 (0)