diff --git a/CHANGELOG.md b/CHANGELOG.md index de64239..8e491d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.6.0 (2023-07-28) + +* Feature: Improve Promise v3 support and use template types. + (#41 and #42 by @clue) + +* Feature: Improve PHP 8.2+ support by refactoring queuing logic. + (#43 by @clue) + +* Improve test suite, ensure 100% code coverage and report failed assertions. + (#37 and #39 by @clue) + ## 1.5.0 (2022-09-30) * Feature: Forward compatibility with upcoming Promise v3. diff --git a/README.md b/README.md index b68bc72..10c0999 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/mq-react:^1.5 +composer require clue/mq-react:^1.6 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.