diff --git a/CHANGELOG.md b/CHANGELOG.md index ca60df32..a810eff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.12.0 (2023-11-29) + +* Feature: Full PHP 8.3 compatibility. + (#217 by @sergiy-petrov) + +* Update test environment and avoid unhandled promise rejections. + (#215, #216 and #218 by @clue) + ## 1.11.0 (2023-06-02) * Feature: Include timeout logic to avoid dependency on reactphp/promise-timer. diff --git a/README.md b/README.md index 06dc20eb..3b3cf022 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/dns:^1.11 +composer require react/dns:^1.12 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.