Skip to content

Commit

Permalink
Bumped version to 4.0.17, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Feb 4, 2020
1 parent a08e2ce commit 30d54ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.17

- improved performance and memory usage when doing file storage cleanup (reported by ikkez, thanks!)
- fixed crash after running file storage cleanup
- fixed typo in clockwork:clean argument description

4.0.16

- fixed Laravel middleware being registered too late, causing "collect data always" setting to not work (reported by Youniteus, thanks!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '4.0.16';
const VERSION = '4.0.17';

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

0 comments on commit 30d54ec

Please sign in to comment.