From 1a8460931ea36dc5c76838fec5734d55c88c6831 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 16 Nov 2023 17:16:50 +0100 Subject: [PATCH] Prepare v2.11.0 release --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7825b339..fa6e8645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG for 2.x ================= +## 2.11.0 (2023-11-16) + +This is a compatibility release to ensure a smooth upgrade path for those not yet +on Promise v3. We encourage upgrading to the latest version when possible, as +Promise v3 will be the way forward for this project. + +* Feature: Full PHP 8.3 compatibility. + (#256 by @clue) + ## 2.10.0 (2023-05-02) * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+. diff --git a/README.md b/README.md index 9449b920..fd233c47 100644 --- a/README.md +++ b/README.md @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/promise:^2.10 +composer require react/promise:^2.11 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.