Skip to content

Commit

Permalink
Bumped version to 4.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Aug 25, 2020
1 parent cdad205 commit 49c28d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.1.7

- fixed a rare crash in Eloquent duplicate queries detection (reported by mstaack, thanks!)
- fixed code-style in the Laravel config (implemented by fgilio, thanks!)

4.1.6

- added support for filtering collected requests by method to Laravel integration (options requests filtered by default) (idea by mortenscheel, thanks!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '4.1.6';
const VERSION = '4.1.7';

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

0 comments on commit 49c28d7

Please sign in to comment.