Skip to content

Commit cab0147

Browse files
committed
Prepare v1.6.0 release
1 parent ae86562 commit cab0147

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.6.0 (2023-07-28)
4+
5+
* Feature: Improve Promise v3 support and use template types.
6+
(#41 and #42 by @clue)
7+
8+
* Feature: Improve PHP 8.2+ support by refactoring queuing logic.
9+
(#43 by @clue)
10+
11+
* Improve test suite, ensure 100% code coverage and report failed assertions.
12+
(#37 and #39 by @clue)
13+
314
## 1.5.0 (2022-09-30)
415

516
* Feature: Forward compatibility with upcoming Promise v3.

README.md

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

488488
```bash
489-
composer require clue/mq-react:^1.5
489+
composer require clue/mq-react:^1.6
490490
```
491491

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

0 commit comments

Comments
 (0)