We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f000fd commit baa65a8Copy full SHA for baa65a8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
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
8
## v1.3.3 - 2020-12-17
9
10
- Fix TestSuiteMapper typo for PHPUnit 9.3 [#35](https://github.com/oradwell/covers-validator/pull/35)
src/Application/CoversValidator.php
@@ -9,7 +9,7 @@
class CoversValidator extends Application
{
11
const NAME = 'CoversValidator';
12
- const VERSION = '1.3.3';
+ const VERSION = '1.4.0';
13
14
/**
15
* {@inheritdoc}
0 commit comments