diff --git a/CHANGELOG.md b/CHANGELOG.md index ede92211..4fc82f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +5.1.11 + +- fixed crash when resolving authenticated user in Laravel without using Eloquent (reported by m-thalmann-athesia, thanks!) + 5.1.10 - fixed crash when resolving authenticated user in Laravel (reported by LucaRed, thanks!) diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index 2a6a4bc0..626f4e01 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -15,7 +15,7 @@ class Clockwork { // Clockwork library version - const VERSION = '5.1.10'; + const VERSION = '5.1.11'; // Array of data sources, these objects collect metadata for the current application run protected $dataSources = [];