Skip to content

Commit 543de6b

Browse files
committed
Bumped version to 5.0.4, updated changelog.
1 parent d7ee114 commit 543de6b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
5.0.4
2+
3+
- fixed Lumen integration crash (implemented by alexbegoon, thanks!)
4+
- fixed PHP 5.6 incompatibility (implemented by sanis, thanks!)
5+
16
5.0.3
27

38
- fixed PHP 8.0 incompatibility in log (implemented by mtorromeo, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Clockwork
1616
{
1717
// Clockwork library version
18-
const VERSION = '5.0.3';
18+
const VERSION = '5.0.4';
1919

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

0 commit comments

Comments
 (0)