Skip to content

Commit

Permalink
Prepare v1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Apr 10, 2024
1 parent 936180e commit f3b0283
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.9.0 (2024-04-10)

* Feature / Fix: Forward compatibility with Promise v3.
(#56 by @SimonFrings)

* Feature: Full PHP 8.3 compatibility.
(#54 by @yadaiio)

* Minor documentation improvements.
(#53 and #55 by @yadaiio)

* Update test suite to use new reactphp/async package instead of clue/reactphp-block.
(#50 and #57 by @dinooo13 and @SimonFrings)

## 1.8.0 (2022-09-01)

* Feature: Full support for PHP 8.1 and PHP 8.2.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/http-proxy-react:^1.8
composer require clue/http-proxy-react:^1.9
```

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

0 comments on commit f3b0283

Please sign in to comment.