Skip to content

Commit

Permalink
Prepare v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaiio committed Jan 5, 2024
1 parent 5371af5 commit 2283690
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.7.0 (2024-01-05)

This is a compatibility release that contains backported features from the v3 branch.
Once v3 is released, it will be the way forward for this project.

* Feature: Forward compatibility with Promise v3.
(#152 by @clue)

* Feature: Full PHP 8.3 compatibility and update test suite.
(#151 by @clue)

## 2.6.0 (2022-05-09)

* Feature: Support PHP 8.1 release.
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.6
$ composer require clue/redis-react:^2.7
```

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

0 comments on commit 2283690

Please sign in to comment.