Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 9, 2022
1 parent 8146dc0 commit e6d2805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 1.5.0 (2022-09-09)

* Feature: Full support for PHP 8.2 release.
(#33 by @WyriHaximus)

* Improve test suite and minor documentation improvements.
(#32 by @clue and #31 by @nhedger)

## 1.4.0 (2022-06-20)

* Feature: Forward compatibility with react/promise 3.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/promise-stream:^1.4
composer require react/promise-stream:^1.5
```

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

0 comments on commit e6d2805

Please sign in to comment.