Skip to content

Commit

Permalink
Bumped version to 5.0.1, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Nov 22, 2020
1 parent 3a2d5ac commit a666590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.0.1

- fixed performance issues related to collecting stack traces for Eloquent models actions (reported by mstaack, thanks!)
- fixed collecting database and unsupported Laravel notifications (implemented by YannikFirre, thanks!)
- fixed log and timeline sorting leading to invalid metadata format
- updated Clockwork App (5.0.1)

5.0

- added collecting of client-metrics and web-vitals
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Clockwork
{
// Clockwork library version
const VERSION = '5.0.0';
const VERSION = '5.0.1';

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

0 comments on commit a666590

Please sign in to comment.