Skip to content

Commit 3e6e88e

Browse files
Prepare release
1 parent 08745ed commit 3e6e88e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog-5.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes of the PHPUnit 5.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [5.5.4] - 2016-08-26
6+
7+
New release of PHPUnit as PHAR with updated dependencies
8+
59
## [5.5.3] - 2016-08-25
610

711
### Fixed
@@ -36,6 +40,7 @@ All notable changes of the PHPUnit 5.5 release series are documented in this fil
3640

3741
* An `AssertionError` raised by an `assert()` in the tested code now causes the test to be interpreted as a failure instead of an error
3842

43+
[5.5.4]: https://github.com/sebastianbergmann/phpunit/compare/5.5.3...5.5.4
3944
[5.5.3]: https://github.com/sebastianbergmann/phpunit/compare/5.5.2...5.5.3
4045
[5.5.2]: https://github.com/sebastianbergmann/phpunit/compare/5.5.1...5.5.2
4146
[5.5.1]: https://github.com/sebastianbergmann/phpunit/compare/5.5.0...5.5.1

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function id()
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new SebastianBergmann\Version('5.5.3', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('5.5.4', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)