Skip to content

Commit

Permalink
Prepare v1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 25, 2023
1 parent 41580db commit 2159111
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 1.14.0 (2023-08-25)

* Feature: Improve Promise v3 support and use template types.
(#307 and #309 by @clue)

* Improve test suite and update to collect all garbage cycles.
(#308 by @clue)

## 1.13.0 (2023-06-07)

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

```bash
composer require react/socket:^1.13
composer require react/socket:^1.14
```

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

0 comments on commit 2159111

Please sign in to comment.