Skip to content

Commit

Permalink
Bumped version to 4.0.4, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jul 16, 2019
1 parent fe74b1a commit 9f02ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.4

- fixed web UI not working (4.0.2 regression) (reported by williamqian and lachlankrautz, thanks!)

4.0.3

- fixed crash when using SQL storage (reported by sebastiaanluca, thanks!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '4.0.3';
const VERSION = '4.0.4';

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

0 comments on commit 9f02ce9

Please sign in to comment.