Skip to content

Commit

Permalink
Bumped version to 4.1, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Apr 6, 2020
1 parent 730a29b commit 81556bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.1 (unreleased)
4.1

- added support for command type requests with command specific metadata (commandName, commandArguments, commandArgumentsDefaults, commandOptions, commandOptionsDefaults, commandExitCode, commandOutput)
- added support for collecting executed artisan commands in Laravel integration
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '4.1-dev';
const VERSION = '4.1';

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

0 comments on commit 81556bb

Please sign in to comment.