From 130ee5ec50dd024b5c800f95c4c6aa64c17e5e41 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 24 Mar 2022 13:05:06 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 5 +++++ src/cli/Application.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 23d9057..3994818 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 @@ -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 diff --git a/src/cli/Application.php b/src/cli/Application.php index 6417b66..bc06e1d 100644 --- a/src/cli/Application.php +++ b/src/cli/Application.php @@ -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 {