From eb8ae001b5a455665c89c1df97f6fb682f8fb0f5 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 13 Jun 2024 16:18:03 +0200 Subject: [PATCH] Prepare v1.13.0 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a810eff4..bc1055fc 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 3b3cf022..9f83a944 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.