From a6665903018ea5ac2d0219ccb6e9e03ed1339c3f Mon Sep 17 00:00:00 2001 From: its Date: Sun, 22 Nov 2020 01:14:53 +0100 Subject: [PATCH] Bumped version to 5.0.1, updated changelog. --- CHANGELOG.md | 7 +++++++ Clockwork/Clockwork.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa398b9..e77571dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index ac41f310..6d3d8312 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -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 = [];