Skip to content

Commit 40e19d3

Browse files
committed
Bumped version to 5.0.3, updated changelog.
1 parent e2b804a commit 40e19d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.0.3
2+
3+
- fixed PHP 8.0 incompatibility in log (implemented by mtorromeo, thanks!)
4+
15
5.0.2
26

37
- fixed data sources not being initialized for extended data requests (reported by tmishutin, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
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.2';
13+
const VERSION = '5.0.3';
1414

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

0 commit comments

Comments
 (0)