Skip to content

Commit

Permalink
Prepare v2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 3, 2025
1 parent 2fbc581 commit 8456919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 2.8.0 (2025-01-03)

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

* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
(#165 and #170 by @clue)

## 2.7.0 (2024-01-05)

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

* Feature: Forward compatibility with Promise v3.
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.7
$ composer require clue/redis-react:^2.8
```

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

0 comments on commit 8456919

Please sign in to comment.