From f911455f9d7a77dd6f39c22548ddff521544b291 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 9 May 2022 11:50:02 +0200 Subject: [PATCH] Prepare v2.6.0 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1492177..c5e8e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.6.0 (2022-05-09) + +* Feature: Support PHP 8.1 release. + (#119 by @clue) + +* Improve documentation and CI configuration. + (#123 and #125 by @SimonFrings) + ## 2.5.0 (2021-08-31) * Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop) and new Socket API. diff --git a/README.md b/README.md index 8f29cc5..5492572 100644 --- a/README.md +++ b/README.md @@ -610,7 +610,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require clue/redis-react:^2.5 +$ composer require clue/redis-react:^2.6 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.