Skip to content

Commit ca6647f

Browse files
Prepare release
1 parent 77d0aee commit ca6647f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [8.0.2] - 2020-MM-DD
5+
## [8.0.2] - 2020-05-23
66

77
### Fixed
88

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

139-
[8.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0
139+
[8.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0.2
140140
[8.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...8.0.1
141141
[8.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...8.0.0
142142
[7.0.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Version
2121
public static function id(): string
2222
{
2323
if (self::$version === null) {
24-
$version = new VersionId('8.0.1', \dirname(__DIR__));
24+
$version = new VersionId('8.0.2', \dirname(__DIR__));
2525
self::$version = $version->getVersion();
2626
}
2727

0 commit comments

Comments
 (0)