diff --git a/CHANGELOG.md b/CHANGELOG.md index b89cd339..46edf3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index b2c91f75..cac264ac 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -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 = [];