From c1d01583f351f2e810d5edf5ee89eba872bf8b2a Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 3 May 2024 12:28:09 +0200 Subject: [PATCH] Prepare v1.5.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f13d577..76f3f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.5.0 (2024-05-03) + +* Feature: Full PHP 8.3 compatibility. + (#85 by @yadaiio) + +* Minor documentation improvements. + (#83 and #86 by @yadaiio) + +* Update test suite to support new Promise v3 and new reactphp/http `v1.10.0`. + (#82 and #84 by @clue and #87 by @SimonFrings) + ## 1.4.0 (2022-12-01) * Feature: Add support for PHP 8.1 and PHP 8.2. diff --git a/README.md b/README.md index 78d8467..8d4de74 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/docker-react:^1.4 +composer require clue/docker-react:^1.5 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.