Skip to content

Commit f911455

Browse files
committed
Prepare v2.6.0 release
1 parent 11ecb3c commit f911455

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.6.0 (2022-05-09)
4+
5+
* Feature: Support PHP 8.1 release.
6+
(#119 by @clue)
7+
8+
* Improve documentation and CI configuration.
9+
(#123 and #125 by @SimonFrings)
10+
311
## 2.5.0 (2021-08-31)
412

513
* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop) and new Socket API.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ This project follows [SemVer](https://semver.org/).
610610
This will install the latest supported version:
611611

612612
```bash
613-
$ composer require clue/redis-react:^2.5
613+
$ composer require clue/redis-react:^2.6
614614
```
615615

616616
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)