Skip to content

Commit 61cb407

Browse files
committed
Preparation for release v1.7.0
1 parent 9bbb205 commit 61cb407

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.7.0 (2025-05-06)
4+
5+
* Feature: Improve template types to support typed handler arguments.
6+
(#51 by @clue)
7+
8+
* Feature: Run tests on PHP 8.3 + PHP 8.4 and update test environment.
9+
(#46 by @yadaiio and #50 by @PaulRotmann)
10+
11+
* Improve documentation and examples and minor changes.
12+
(#47 by @yadaiio and #44 @szepeviktor)
13+
314
## 1.6.0 (2023-07-28)
415

516
* Feature: Improve Promise v3 support and use template types.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ This project follows [SemVer](https://semver.org/).
492492
This will install the latest supported version:
493493

494494
```bash
495-
composer require clue/mq-react:^1.6
495+
composer require clue/mq-react:^1.7
496496
```
497497

498498
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)