Skip to content

Commit e6d2805

Browse files
committed
Prepare v1.5.0 release
1 parent 8146dc0 commit e6d2805

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-09)
4+
5+
* Feature: Full support for PHP 8.2 release.
6+
(#33 by @WyriHaximus)
7+
8+
* Improve test suite and minor documentation improvements.
9+
(#32 by @clue and #31 by @nhedger)
10+
311
## 1.4.0 (2022-06-20)
412

513
* Feature: Forward compatibility with react/promise 3.

README.md

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

265265
```bash
266-
composer require react/promise-stream:^1.4
266+
composer require react/promise-stream:^1.5
267267
```
268268

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

0 commit comments

Comments
 (0)