Skip to content

Commit

Permalink
Prepare v1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Dec 13, 2023
1 parent f2d2662 commit 5c7ec34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.7.0 (2023-12-13)

* Feature: Full PHP 8.3 compatibility.
(#39 by @clue)

* Update test suite and collect all garbage cycles.
(#38 and #39 by @clue)

## 1.6.0 (2023-07-07)

* Feature: Update unwrapped stream to avoid unhandled promise rejections.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.6
composer require react/promise-stream:^1.7
```

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

0 comments on commit 5c7ec34

Please sign in to comment.