Skip to content

Commit

Permalink
Prepare v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Dec 11, 2021
1 parent 8f000fd commit baa65a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.4.0 - 2021-12-11

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

## v1.3.3 - 2020-12-17

- Fix TestSuiteMapper typo for PHPUnit 9.3 [#35](https://github.com/oradwell/covers-validator/pull/35)
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.3.3';
const VERSION = '1.4.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit baa65a8

Please sign in to comment.