From b9c9509bcec391ff88c8a199da1a2aa488997464 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 5 Apr 2024 14:49:27 +0200 Subject: [PATCH] Prepare v1.2.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ead12..21d9fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.2.0 (2024-04-05) + +* Feature: Full PHP 8.3 compatibility. + (#22 by @yadaiio) + +* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop). + (#21 by @PaulRotmann) + +* Minor documentation improvements. + (#23 by @yadaiio and #20 by @PaulRotmann) + ## 1.1.0 (2020-12-06) * Feature: Forward compatibility with stable EventLoop 1.0 and 0.5. diff --git a/README.md b/README.md index fdc9317..3fc401b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/multicast-react:^1.1 +composer require clue/multicast-react:^1.2 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.