Skip to content

Commit d1877a0

Browse files
committed
Prepare v1.2.0 release
1 parent 0282f12 commit d1877a0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.2.0 (2024-01-25)
4+
5+
* Feature / Fix: Forward compatibility with Promise v3.
6+
(#42 by @clue)
7+
8+
* Feature: Full PHP 8.3 compatibility.
9+
(#44 by @yadaiio)
10+
11+
* Minor documentation improvements.
12+
(#43 by @yadaiio)
13+
314
## 1.1.0 (2023-04-11)
415

516
* Feature: Public `MessageEvent` constructor and refactor property assignments.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ This project follows [SemVer](https://semver.org/).
333333
This will install the latest supported version:
334334

335335
```bash
336-
composer require clue/reactphp-eventsource:^1.1
336+
composer require clue/reactphp-eventsource:^1.2
337337
```
338338

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

0 commit comments

Comments
 (0)