Skip to content

Commit bdf55e4

Browse files
committed
Bumped version to 5.1.9, updated changelog.
1 parent 942ae50 commit bdf55e4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.1.9
2+
3+
- added support for Eloquent strict mode (reported by Sergiobop, thanks!)
4+
15
5.1.8
26

37
- updated list of built-in Laravel commands to ignore when collecting commands and included Horizon commands

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
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.8';
18+
const VERSION = '5.1.9';
1919

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

0 commit comments

Comments
 (0)