Skip to content

Commit 01686eb

Browse files
committed
Release 5.0.8.
1 parent 7b1553a commit 01686eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unreleased
1+
5.0.8
22

33
- fixed crash when collecting Laravel mailables built via MailMessage (implemented by cbl, thanks!)
44
- fixed crash when collecting artisan command in Lumen (reported by 2Attack, 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.7';
18+
const VERSION = '5.0.8';
1919

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

0 commit comments

Comments
 (0)