diff --git a/CHANGELOG.md b/CHANGELOG.md index 1647194..11fc482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.7.0 (2023-12-13) + +* Feature: Full PHP 8.3 compatibility. + (#39 by @clue) + +* Update test suite and collect all garbage cycles. + (#38 and #39 by @clue) + ## 1.6.0 (2023-07-07) * Feature: Update unwrapped stream to avoid unhandled promise rejections. diff --git a/README.md b/README.md index 2f12bee..7a86bc7 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/promise-stream:^1.6 +composer require react/promise-stream:^1.7 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.