Skip to content

Commit

Permalink
Bumped version to 3.1.1, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Dec 6, 2018
1 parent c0c5a30 commit 69f3115
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 @@
3.1.1

- exposed the Request::setAuthenticatedUser method on the main Clockwork class
- fixed possible crash in LaravelDataSource when resolving authenticated user in non-standard auth implementations (thanks freshleafmedia, motia)

3.1

- added new integration for vanilla PHP (thanks martbean)
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 = '3.1';
const VERSION = '3.1.1';

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

0 comments on commit 69f3115

Please sign in to comment.