Skip to content

Commit

Permalink
Prepare v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 22, 2023
1 parent 82c9098 commit 8641c07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog

## 2.1.0 (2023-06-22)
## 2.2.0 (2023-11-22)

This is a compatibility release to ensure a smooth upgrade path for those not yet
on Async v4 or v3. We encourage upgrading to the latest version when possible, as
Async v4 will be the way forward for this project.

* Feature: Full PHP 8.3 compatibility.
(#84 by @clue)

## 2.1.0 (023-06-22)

* Feature: Add new `delay()` function to delay program execution.
(#72 by @clue)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -286,7 +286,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version from this branch:

```bash
composer require react/async:^2.1
composer require react/async:^2.2
```

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

0 comments on commit 8641c07

Please sign in to comment.