Skip to content

Commit

Permalink
Prepare v1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 29, 2023
1 parent 755f917 commit c134600
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.12.0 (2023-11-29)

* Feature: Full PHP 8.3 compatibility.
(#217 by @sergiy-petrov)

* Update test environment and avoid unhandled promise rejections.
(#215, #216 and #218 by @clue)

## 1.11.0 (2023-06-02)

* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/dns:^1.11
composer require react/dns:^1.12
```

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

0 comments on commit c134600

Please sign in to comment.