Skip to content

Commit

Permalink
Bumped version to 2.2.5, updated changelog. its committed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Apr 24, 2018
1 parent 4768e34 commit 3580b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3580b0b

Please sign in to comment.