diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b79841..3b07632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.1.1 (2015-01-25) + + * Fix exit code on spec failure + ### 1.1.0 (2014-12-28) * toContain/notToContain accepts multiple args diff --git a/src/Console/Console.php b/src/Console/Console.php index 0c5cb02..76ba35a 100644 --- a/src/Console/Console.php +++ b/src/Console/Console.php @@ -9,7 +9,7 @@ class Console { - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; const DEFAULT_REPORTER = 'pho\\Reporter\\DotReporter';