Skip to content

Commit a666590

Browse files
committed
Bumped version to 5.0.1, updated changelog.
1 parent 3a2d5ac commit a666590

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.0.1
2+
3+
- fixed performance issues related to collecting stack traces for Eloquent models actions (reported by mstaack, thanks!)
4+
- fixed collecting database and unsupported Laravel notifications (implemented by YannikFirre, thanks!)
5+
- fixed log and timeline sorting leading to invalid metadata format
6+
- updated Clockwork App (5.0.1)
7+
18
5.0
29

310
- added collecting of client-metrics and web-vitals

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.0';
13+
const VERSION = '5.0.1';
1414

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

0 commit comments

Comments
 (0)