Skip to content

Commit

Permalink
Prepare v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Jun 18, 2020
1 parent 7d407ca commit 880d624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.2.0 - 2020-06-18

- PHPUnit 9.x support [#27](https://github.com/oradwell/covers-validator/pull/27)

## v1.1.1 - 2020-02-05

- symfony/console 5.0 support [#26](https://github.com/oradwell/covers-validator/pull/26)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ composer require --dev ockcyp/covers-validator

### PHPUnit versions

Latest version of covers-validator only supports PHP 7.x and PHPUnit 6.x / 7.x / 8.x.
Latest version of covers-validator supports PHP 7.x and PHPUnit 6 and above.
Please use version 0.5 for older PHP and PHPUnit versions.

| PHPUnit version | Covers-validator version |
Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CoversValidator extends Application
{
const NAME = 'CoversValidator';
const VERSION = '1.1.1';
const VERSION = '1.2.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 880d624

Please sign in to comment.