From f3b02835273036a9370ac1c144b55df8e2b98430 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 10 Apr 2024 16:46:11 +0200 Subject: [PATCH] Prepare v1.9.0 release --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fb105..52050cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.9.0 (2024-04-10) + +* Feature / Fix: Forward compatibility with Promise v3. + (#56 by @SimonFrings) + +* Feature: Full PHP 8.3 compatibility. + (#54 by @yadaiio) + +* Minor documentation improvements. + (#53 and #55 by @yadaiio) + +* Update test suite to use new reactphp/async package instead of clue/reactphp-block. + (#50 and #57 by @dinooo13 and @SimonFrings) + ## 1.8.0 (2022-09-01) * Feature: Full support for PHP 8.1 and PHP 8.2. diff --git a/README.md b/README.md index 7028a1b..ad9126b 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/http-proxy-react:^1.8 +composer require clue/http-proxy-react:^1.9 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.