We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ecb3c commit f911455Copy full SHA for f911455
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 2.5.0 (2021-08-31)
12
13
* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop) and new Socket API.
README.md
@@ -610,7 +610,7 @@ This project follows [SemVer](https://semver.org/).
610
This will install the latest supported version:
611
612
```bash
613
-$ composer require clue/redis-react:^2.5
+$ composer require clue/redis-react:^2.6
614
```
615
616
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments