Skip to content

Commit

Permalink
Prepare v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Dec 17, 2020
1 parent b383890 commit 4cbf1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.3.3 - 2020-12-17

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

## v1.3.2 - 2020-12-07

- Fix TestSuiteMapper for PHPUnit 9.5 [#33](https://github.com/oradwell/covers-validator/pull/33)
Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CoversValidator extends Application
{
const NAME = 'CoversValidator';
const VERSION = '1.3.2';
const VERSION = '1.3.3';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 4cbf1ce

Please sign in to comment.