Skip to content

Commit

Permalink
Prepare v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed May 8, 2018
1 parent 5b3aa54 commit 8c69ff2
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

## v0.7.2 - 2018-05-08

- Allow installation with symfony/console v4.x [#23](https://github.com/oradwell/covers-validator/pull/23)

## v0.7.1 - 2018-04-23

- Fix FileLoader not working with PHPUnit 7.0 [#22](https://github.com/oradwell/covers-validator/pull/22)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Latest version of covers-validator only supports PHP 7.x and PHPUnit 6.x / 7.x.
| PHPUnit version | Covers-validator version |
| --------------- | ------------------------ |
| < 6.0 | 0.5.1 |
| >= 6.0 | 0.7.1 |
| >= 6.0 | 0.7.2 |

Install using the following for version 0.5:

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 = '0.7.1';
const VERSION = '0.7.2';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 8c69ff2

Please sign in to comment.