Skip to content

Commit 90cce5d

Browse files
committed
Prepare v1.1.1
1 parent f55b67f commit 90cce5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v1.1.1 - 2020-02-05
4+
5+
- symfony/console 5.0 support [#26](https://github.com/oradwell/covers-validator/pull/26)
6+
37
## v1.1.0 - 2019-03-15
48

59
- PHPUnit 8.x support [#25](https://github.com/oradwell/covers-validator/pull/25)

src/Application/CoversValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class CoversValidator extends Application
1010
{
1111
const NAME = 'CoversValidator';
12-
const VERSION = '1.1.0';
12+
const VERSION = '1.1.1';
1313

1414
/**
1515
* {@inheritdoc}

0 commit comments

Comments
 (0)