Skip to content

Commit 4cbf1ce

Browse files
committed
Prepare v1.3.3
1 parent b383890 commit 4cbf1ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.3.3 - 2020-12-17
4+
5+
- Fix TestSuiteMapper typo for PHPUnit 9.3 [#35](https://github.com/oradwell/covers-validator/pull/35)
6+
37
## v1.3.2 - 2020-12-07
48

59
- Fix TestSuiteMapper for PHPUnit 9.5 [#33](https://github.com/oradwell/covers-validator/pull/33)

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

1414
/**
1515
* {@inheritdoc}

0 commit comments

Comments
 (0)