Skip to content

Commit

Permalink
Prepare v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Sep 30, 2022
1 parent 1a52dc0 commit cc9f539
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.5.0 - 2022-09-30

- Add Symfony 6 compatibility [#41](https://github.com/oradwell/covers-validator/pull/41)

## v1.4.0 - 2021-12-11

- Add PHP 8.1 to Travis CI testing matrix [#38](https://github.com/oradwell/covers-validator/pull/38)
Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidatorSymfony5.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CoversValidatorSymfony5 extends Application
{
const NAME = 'CoversValidator';
const VERSION = '1.4.0';
const VERSION = '1.5.0';

/**
* {@inheritdoc}
Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidatorSymfony6.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class CoversValidatorSymfony6 extends Application
{
const NAME = 'CoversValidator';
const VERSION = '1.4.0';
const VERSION = '1.5.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit cc9f539

Please sign in to comment.