Skip to content

Commit cc9f539

Browse files
committed
Prepare v1.5.0
1 parent 1a52dc0 commit cc9f539

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.5.0 - 2022-09-30
4+
5+
- Add Symfony 6 compatibility [#41](https://github.com/oradwell/covers-validator/pull/41)
6+
37
## v1.4.0 - 2021-12-11
48

59
- Add PHP 8.1 to Travis CI testing matrix [#38](https://github.com/oradwell/covers-validator/pull/38)

src/Application/CoversValidatorSymfony5.php

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

1414
/**
1515
* {@inheritdoc}

src/Application/CoversValidatorSymfony6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class CoversValidatorSymfony6 extends Application
1515
{
1616
const NAME = 'CoversValidator';
17-
const VERSION = '1.4.0';
17+
const VERSION = '1.5.0';
1818

1919
/**
2020
* {@inheritdoc}

0 commit comments

Comments
 (0)