Skip to content

Commit

Permalink
Bumped version to 5.1.5, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Feb 13, 2022
1 parent 2058046 commit 6a7b394
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.1.5

- removed support for psr/log
- fixed some typos (implemented by fridzema, thanks!)

*BREAKING*

- `Clockwork\Request\Log` no longer implements the PSR log interface, it is unlikely you are using this class directly

5.1.4

- added Laravel 9 support
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.4';
const VERSION = '5.1.5';

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

0 comments on commit 6a7b394

Please sign in to comment.