diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a85c478..18dfb02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.2.5 + +- changed SQL storage schema URI column type from VARCHAR to TEXT (thanks sumidatx) +- fixed possible crash in file storage cleanup if the file was already deleted (thanks bcalik) +- fixed event handling in Eloquent data source compatibility with some 3rd party packages (thanks erikgaal) + 2.2.4 - drop support for collecting Laravel controller middleware (as this can have unexpected side-effects) (thanks phh) diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index 11432ef8..200fa2f8 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -17,7 +17,7 @@ class Clockwork implements LoggerInterface /** * Clockwork version */ - const VERSION = '2.2.4'; + const VERSION = '2.2.5'; /** * Array of data sources, these objects provide data to be stored in a request object