diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7d5296..d9417e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +5.1.8 + +- updated list of built-in Laravel commands to ignore when collecting commands and included Horizon commands +- fixed collecting of Laravel queue jobs when used with Horizon +- fixed collecting of authanticated user name when the User model includes name() method (implemented by devfrey, thanks!) + 5.1.7 - added support for authentiaction in the Vanilla integration diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index 3f281199..1732c40f 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -15,7 +15,7 @@ class Clockwork { // Clockwork library version - const VERSION = '5.1.7'; + const VERSION = '5.1.8'; // Array of data sources, these objects collect metadata for the current application run protected $dataSources = [];