Skip to content

Commit a790200

Browse files
committed
Bumped version to 5.1.11, updated changelog.
1 parent 9dc2685 commit a790200

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.1.11
2+
3+
- fixed crash when resolving authenticated user in Laravel without using Eloquent (reported by m-thalmann-athesia, thanks!)
4+
15
5.1.10
26

37
- fixed crash when resolving authenticated user in Laravel (reported by LucaRed, thanks!)

Clockwork/Clockwork.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Clockwork
1616
{
1717
// Clockwork library version
18-
const VERSION = '5.1.10';
18+
const VERSION = '5.1.11';
1919

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

0 commit comments

Comments
 (0)