From 4f70306ed66b8b44768941ca7f142092600fafc1 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 4 Jun 2024 16:27:45 +0200 Subject: [PATCH] Prepare v1.11.0 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88c1d2..5f793ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.11.0 (2024-06-04) + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. + (#70 by @clue) + +* Feature: Full PHP 8.3 compatibility. + (#68 by @clue) + ## 1.10.0 (2023-07-20) * Feature: Use Promise v3 template types. diff --git a/README.md b/README.md index 47e6f86..1638140 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/promise-timer:^1.10 +composer require react/promise-timer:^1.11 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.