Skip to content

Commit 8456919

Browse files
committed
Prepare v2.8.0 release
1 parent 2fbc581 commit 8456919

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3+
## 2.8.0 (2025-01-03)
4+
5+
This is a compatibility release that contains backported features from the `3.x` branch.
6+
Once v3 is released, it will be the way forward for this project.
7+
8+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
9+
(#165 and #170 by @clue)
10+
311
## 2.7.0 (2024-01-05)
412

5-
This is a compatibility release that contains backported features from the v3 branch.
13+
This is a compatibility release that contains backported features from the `3.x` branch.
614
Once v3 is released, it will be the way forward for this project.
715

816
* Feature: Forward compatibility with Promise v3.

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.7
613+
$ composer require clue/redis-react:^2.8
614614
```
615615

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

0 commit comments

Comments
 (0)