Skip to content

Commit 6b57d63

Browse files
committed
Prepare v1.5.0 release
1 parent bf83d54 commit 6b57d63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.5.0 (2022-09-30)
4+
5+
* Feature: Forward compatibility with upcoming Promise v3.
6+
(#33 by @clue)
7+
8+
* Update to use new reactphp/async package instead of clue/reactphp-block.
9+
(#34 by @SimonFrings)
10+
311
## 1.4.0 (2021-11-15)
412

513
* Feature: Support PHP 8.1, avoid deprecation warning concerning `\Countable::count(...)` return type.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ This project follows [SemVer](https://semver.org/).
485485
This will install the latest supported version:
486486

487487
```bash
488-
$ composer require clue/mq-react:^1.4
488+
$ composer require clue/mq-react:^1.5
489489
```
490490

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

0 commit comments

Comments
 (0)