Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Apr 5, 2024
1 parent fdd6c0d commit b9c9509
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.2.0 (2024-04-05)

* Feature: Full PHP 8.3 compatibility.
(#22 by @yadaiio)

* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop).
(#21 by @PaulRotmann)

* Minor documentation improvements.
(#23 by @yadaiio and #20 by @PaulRotmann)

## 1.1.0 (2020-12-06)

* Feature: Forward compatibility with stable EventLoop 1.0 and 0.5.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/multicast-react:^1.1
composer require clue/multicast-react:^1.2
```

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

0 comments on commit b9c9509

Please sign in to comment.