Skip to content

Commit

Permalink
Bumped the version to 2.0.4, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Dec 12, 2017
1 parent 172f1f6 commit 2f3eb28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.4

- improved mkdir error handling in FileStorage (thanks FBnil)
- fixed crash in LaravelEventsDataSource when firing events with associative array as payload

2.0.3

- fixed Clockwork now working when used with Laravel route cache
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.0.3';
const VERSION = '2.0.4';

/**
* Array of data sources, these objects provide data to be stored in a request object
Expand Down

0 comments on commit 2f3eb28

Please sign in to comment.