Skip to content

Commit 3be0fc8

Browse files
committed
Prepare v1.11.0 release
1 parent 4083648 commit 3be0fc8

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.11.0 (2023-06-02)
4+
5+
* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
6+
(#213 by @clue)
7+
8+
* Improve test suite and project setup and report failed assertions.
9+
(#210 by @clue, #212 by @WyriHaximus and #209 and #211 by @SimonFrings)
10+
311
## 1.10.0 (2022-09-08)
412

513
* Feature: Full support for PHP 8.2 release.

README.md

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

412412
```bash
413-
composer require react/dns:^1.10
413+
composer require react/dns:^1.11
414414
```
415415

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

0 commit comments

Comments
 (0)