diff --git a/CHANGELOG.md b/CHANGELOG.md index a810eff..bc1055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.13.0 (2024-06-13) + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. + (#224 by @WyriHaximus) + ## 1.12.0 (2023-11-29) * Feature: Full PHP 8.3 compatibility. diff --git a/README.md b/README.md index 3b3cf02..9f83a94 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.12 +composer require react/dns:^1.13 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.