Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Mar 2, 2017
1 parent bff9c23 commit d03c5b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.2.0 (2017-03-02)

* Add support for global hooks
* Add support for failures via before/after hooks
* Support failing specs from beforeEach & afterEach hooks

### 1.1.3 (2016-03-24)

* Preserve globals in bootstrapped files
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.1.3';
const VERSION = '1.2.0';

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

Expand Down

0 comments on commit d03c5b2

Please sign in to comment.