Skip to content

Commit 7749c6c

Browse files
committed
Prepare v1.3.2
1 parent a417612 commit 7749c6c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.3.2 - 2020-12-07
4+
5+
- Fix TestSuiteMapper for PHPUnit 9.5 [#33](https://github.com/oradwell/covers-validator/pull/33)
6+
37
## v1.3.1 - 2020-11-30
48

59
- PHP 8.0 support [#30](https://github.com/oradwell/covers-validator/pull/30)
10+
- Fix tests on PHP 8.0 [#32](https://github.com/oradwell/covers-validator/pull/32)
611

712
## v1.3.0 - 2020-09-26
813

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

1414
/**
1515
* {@inheritdoc}

0 commit comments

Comments
 (0)