Skip to content

Commit 130ee5e

Browse files
Prepare release
1 parent ba764f1 commit 130ee5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

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

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

5+
## [8.2.1] - 2022-03-24
6+
7+
* No changes; `phpcov.phar` rebuilt with updated dependencies
8+
59
## [8.2.0] - 2020-10-02
610

711
### Added
@@ -70,6 +74,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
7074

7175
* Removed support for PHP versions older than PHP 7.2
7276

77+
[8.2.1]: https://github.com/sebastianbergmann/phpcov/compare/8.2.0...8.2.1
7378
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
7479
[8.1.2]: https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
7580
[8.1.1]: https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1

src/cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class Application
1717
{
18-
private const VERSION = '8.2.0';
18+
private const VERSION = '8.2.1';
1919

2020
public function run(array $argv): int
2121
{

0 commit comments

Comments
 (0)