Skip to content

Commit baa65a8

Browse files
committed
Prepare v1.4.0
1 parent 8f000fd commit baa65a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0 - 2021-12-11
4+
5+
- Add PHP 8.1 to Travis CI testing matrix [#38](https://github.com/oradwell/covers-validator/pull/38)
6+
- Fix PHP 8.1 deprecations [#37](https://github.com/oradwell/covers-validator/pull/37) and [#39](https://github.com/oradwell/covers-validator/pull/39)
7+
38
## v1.3.3 - 2020-12-17
49

510
- Fix TestSuiteMapper typo for PHPUnit 9.3 [#35](https://github.com/oradwell/covers-validator/pull/35)

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.3.3';
12+
const VERSION = '1.4.0';
1313

1414
/**
1515
* {@inheritdoc}

0 commit comments

Comments
 (0)