Skip to content

Commit 6e351e0

Browse files
committed
Bumped version to 5.0.2, updated changelog.
1 parent 03107b6 commit 6e351e0

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+
5.0.2
2+
3+
- fixed data sources not being initialized for extended data requests (reported by tmishutin, thanks!)
4+
- fixed inconsistent handling of time and duration arguments in various Request::add* methods (reported by mahagr, thanks!)
5+
- updated Clockwork App (5.0.2)
6+
17
5.0.1
28

39
- fixed performance issues related to collecting stack traces for Eloquent models actions (reported by mstaack, thanks!)

Clockwork/Clockwork.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Clockwork
1111
{
1212
// Clockwork library version
13-
const VERSION = '5.0.1';
13+
const VERSION = '5.0.2';
1414

1515
// Array of data sources, these objects collect metadata for the current application run
1616
protected $dataSources = [];

0 commit comments

Comments
 (0)