diff --git a/CHANGELOG.md b/CHANGELOG.md index 207eeb84..ede92211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +5.1.10 + +- fixed crash when resolving authenticated user in Laravel (reported by LucaRed, thanks!) + 5.1.9 - added support for Eloquent strict mode (reported by Sergiobop, thanks!) diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index 247423e5..2a6a4bc0 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -15,7 +15,7 @@ class Clockwork { // Clockwork library version - const VERSION = '5.1.9'; + const VERSION = '5.1.10'; // Array of data sources, these objects collect metadata for the current application run protected $dataSources = [];