Skip to content

Commit b9c9509

Browse files
committed
Prepare v1.2.0 release
1 parent fdd6c0d commit b9c9509

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0 (2024-04-05)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#22 by @yadaiio)
7+
8+
* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop).
9+
(#21 by @PaulRotmann)
10+
11+
* Minor documentation improvements.
12+
(#23 by @yadaiio and #20 by @PaulRotmann)
13+
314
## 1.1.0 (2020-12-06)
415

516
* Feature: Forward compatibility with stable EventLoop 1.0 and 0.5.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ This project follows [SemVer](https://semver.org/).
157157
This will install the latest supported version:
158158

159159
```bash
160-
composer require clue/multicast-react:^1.1
160+
composer require clue/multicast-react:^1.2
161161
```
162162

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

0 commit comments

Comments
 (0)