From 9236e1f5a67a6029be17d551e9858c487836c301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 6 Sep 2024 13:22:35 +0200 Subject: [PATCH] Prepare v1.10.0 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9a602..ba25123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.10.0 (2024-09-06) + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. + (#59 by @clue) + +* Feature: Full PHP 8.3 compatibility. + (#57 by @clue) + ## 1.9.0 (2022-12-05) * Feature: Add support for PHP 8.1 and PHP 8.2. diff --git a/README.md b/README.md index 6d435a2..821ba40 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/datagram:^1.9 +composer require react/datagram:^1.10 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.