Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 23, 2020
1 parent 77d0aee commit ca6647f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [8.0.2] - 2020-MM-DD
## [8.0.2] - 2020-05-23

### Fixed

Expand Down Expand Up @@ -136,7 +136,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
* Update HTML report to Bootstrap 4

[8.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0
[8.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0.2
[8.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...8.0.1
[8.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...8.0.0
[7.0.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Version
public static function id(): string
{
if (self::$version === null) {
$version = new VersionId('8.0.1', \dirname(__DIR__));
$version = new VersionId('8.0.2', \dirname(__DIR__));
self::$version = $version->getVersion();
}

Expand Down

0 comments on commit ca6647f

Please sign in to comment.