Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 28, 2019
1 parent e63082a commit a142a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog-8.4.md
Expand Up @@ -2,7 +2,7 @@

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

## [8.4.2] - 2019-MM-DD
## [8.4.2] - 2019-10-28

### Fixed

Expand Down Expand Up @@ -31,7 +31,7 @@ All notable changes of the PHPUnit 8.4 release series are documented in this fil

* The method `expectExceptionMessageRegExp()` is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use `expectExceptionMessageMatches()` instead.

[8.4.2]: https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4
[8.4.2]: https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4.2
[8.4.1]: https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1
[8.4.0]: https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0

2 changes: 1 addition & 1 deletion src/Runner/Version.php
Expand Up @@ -33,7 +33,7 @@ public static function id(): string
}

if (self::$version === '') {
self::$version = (new VersionId('8.4.1', \dirname(__DIR__, 2)))->getVersion();
self::$version = (new VersionId('8.4.2', \dirname(__DIR__, 2)))->getVersion();
}

return self::$version;
Expand Down

0 comments on commit a142a7e

Please sign in to comment.