Skip to content

Commit 807e601

Browse files
Prepare release
1 parent 3a557d5 commit 807e601

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-6.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [6.1.4] - 2018-10-31
6+
7+
### Fixed
8+
9+
* Fixed [#650](https://github.com/sebastianbergmann/php-code-coverage/issues/650): Wasted screen space in HTML code coverage report
10+
511
## [6.1.3] - 2018-10-23
612

713
### Changed
@@ -27,6 +33,7 @@ All notable changes of the php-code-coverage 6.1 release series are documented i
2733
* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
2834
* Update HTML report to Bootstrap 4
2935

36+
[6.1.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.3...6.1.4
3037
[6.1.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.2...6.1.3
3138
[6.1.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.1...6.1.2
3239
[6.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.0...6.1.1

src/Version.php

+1-1
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('6.1.3', \dirname(__DIR__));
24+
$version = new VersionId('6.1.4', \dirname(__DIR__));
2525
self::$version = $version->getVersion();
2626
}
2727

0 commit comments

Comments
 (0)