diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb8a67..d245f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.14.0 (2023-08-25) + +* Feature: Improve Promise v3 support and use template types. + (#307 and #309 by @clue) + +* Improve test suite and update to collect all garbage cycles. + (#308 by @clue) + ## 1.13.0 (2023-06-07) * Feature: Include timeout logic to avoid dependency on reactphp/promise-timer. diff --git a/README.md b/README.md index 05cb060..186619e 100644 --- a/README.md +++ b/README.md @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/socket:^1.13 +composer require react/socket:^1.14 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.