diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e491d4..4b4b0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.7.0 (2025-05-23) + +* Feature: Improve template types to support typed handler arguments. + (#51 by @clue) + +* Improve documentation and examples. + (#47 by @yadaiio and #44 @szepeviktor) + +* Improve test suite, run tests on PHP 8.3 + PHP 8.4 and update test environment. + (#46 by @yadaiio and #50 by @PaulRotmann) + ## 1.6.0 (2023-07-28) * Feature: Improve Promise v3 support and use template types. diff --git a/README.md b/README.md index 7fb8933..f9f6617 100644 --- a/README.md +++ b/README.md @@ -492,7 +492,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/mq-react:^1.6 +composer require clue/mq-react:^1.7 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.