Skip to content

Commit 9df4143

Browse files
committed
Bumped version to 5.1.6, updated changelog.
1 parent 27278c7 commit 9df4143

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.1.6
2+
3+
- added Monolog 2.x compatible handler (idea by mahagr, thanks!)
4+
- improved log to handle all Throwable classes as exceptions (idea by EdmondDantes, thanks!)
5+
- fixed support for capturing console output in Laravel 9 (reported by mikerockett, thanks!)
6+
17
5.1.5
28

39
- removed support for psr/log

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.5';
18+
const VERSION = '5.1.6';
1919

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

0 commit comments

Comments
 (0)