Skip to content

Commit

Permalink
Bumped version to 5.1.10, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Oct 19, 2022
1 parent 66f54d4 commit 8ceb382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 8ceb382

Please sign in to comment.