Skip to content

Commit eb8ae00

Browse files
committed
Prepare v1.13.0 release
1 parent 30831cf commit eb8ae00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.13.0 (2024-06-13)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6+
(#224 by @WyriHaximus)
7+
38
## 1.12.0 (2023-11-29)
49

510
* Feature: Full PHP 8.3 compatibility.

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.12
413+
composer require react/dns:^1.13
414414
```
415415

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

0 commit comments

Comments
 (0)