Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 24, 2022
1 parent ba764f1 commit 130ee5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [8.2.1] - 2022-03-24

* No changes; `phpcov.phar` rebuilt with updated dependencies

## [8.2.0] - 2020-10-02

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

* Removed support for PHP versions older than PHP 7.2

[8.2.1]: https://github.com/sebastianbergmann/phpcov/compare/8.2.0...8.2.1
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
[8.1.2]: https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
[8.1.1]: https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

final class Application
{
private const VERSION = '8.2.0';
private const VERSION = '8.2.1';

public function run(array $argv): int
{
Expand Down

0 comments on commit 130ee5e

Please sign in to comment.