Skip to content

Commit f3b0283

Browse files
committed
Prepare v1.9.0 release
1 parent 936180e commit f3b0283

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.9.0 (2024-04-10)
4+
5+
* Feature / Fix: Forward compatibility with Promise v3.
6+
(#56 by @SimonFrings)
7+
8+
* Feature: Full PHP 8.3 compatibility.
9+
(#54 by @yadaiio)
10+
11+
* Minor documentation improvements.
12+
(#53 and #55 by @yadaiio)
13+
14+
* Update test suite to use new reactphp/async package instead of clue/reactphp-block.
15+
(#50 and #57 by @dinooo13 and @SimonFrings)
16+
317
## 1.8.0 (2022-09-01)
418

519
* Feature: Full support for PHP 8.1 and PHP 8.2.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ This project follows [SemVer](https://semver.org/).
451451
This will install the latest supported version:
452452

453453
```bash
454-
composer require clue/http-proxy-react:^1.8
454+
composer require clue/http-proxy-react:^1.9
455455
```
456456

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

0 commit comments

Comments
 (0)