Skip to content

Commit c784c99

Browse files
committed
Prepare v1.7.0
1 parent fd12f9b commit c784c99

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.7.0 - 2025-10-07
4+
5+
- Support for PHP 8.3 and PHPUnit 10 ([#50](https://github.com/oradwell/covers-validator/pull/50))
6+
- Update docs for supported PHP and PHPUnit versions ([#49](https://github.com/oradwell/covers-validator/pull/49))
7+
38
## v1.6.0 - 2022-10-04
49

510
- Drop support for PHP 7.0 and PHPUnit 6 [#43](https://github.com/oradwell/covers-validator/pull/43)

src/Application/CoversValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class CoversValidator extends Application
1111
{
1212
public const NAME = 'CoversValidator';
13-
public const VERSION = '1.6.0';
13+
public const VERSION = '1.7.0';
1414

1515
/**
1616
* {@inheritdoc}

0 commit comments

Comments
 (0)