Skip to content

Commit

Permalink
Prepare v2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed May 9, 2022
1 parent 11ecb3c commit f911455
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f911455

Please sign in to comment.