Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Apr 24, 2017
1 parent 20a2d4f commit 1514be7
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 @@
### 1.2.1 (2017-04-24)

* Fix E_RECOVERABLE_ERROR from succeeding hook

### 1.2.0 (2017-03-02)

* Add support for global hooks
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Console
{
const VERSION = '1.2.0';
const VERSION = '1.2.1';

const DEFAULT_REPORTER = 'pho\\Reporter\\DotReporter';

Expand Down

0 comments on commit 1514be7

Please sign in to comment.