Skip to content

Commit

Permalink
Prepare v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Feb 5, 2020
1 parent f55b67f commit 90cce5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.1.1 - 2020-02-05

- symfony/console 5.0 support [#26](https://github.com/oradwell/covers-validator/pull/26)

## v1.1.0 - 2019-03-15

- PHPUnit 8.x support [#25](https://github.com/oradwell/covers-validator/pull/25)
Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidator.php
Expand Up @@ -9,7 +9,7 @@
class CoversValidator extends Application
{
const NAME = 'CoversValidator';
const VERSION = '1.1.0';
const VERSION = '1.1.1';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 90cce5d

Please sign in to comment.