From 216d3aec0b87f04a40ca04f481e6af01bdd1d038 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 15 Dec 2023 12:02:10 +0100 Subject: [PATCH] Prepare v1.15.0 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d245f06..db178ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.15.0 (2023-12-15) + +* Feature: Full PHP 8.3 compatibility. + (#310 by @clue) + +* Fix: Fix cancelling during the 50ms resolution delay when DNS is still pending. + (#311 by @clue) + ## 1.14.0 (2023-08-25) * Feature: Improve Promise v3 support and use template types. diff --git a/README.md b/README.md index 186619e..18e3d91 100644 --- a/README.md +++ b/README.md @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/socket:^1.14 +composer require react/socket:^1.15 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.