Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaiio committed Jan 25, 2024
1 parent 0282f12 commit d1877a0
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-01-25)

* Feature / Fix: Forward compatibility with Promise v3.
(#42 by @clue)

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

* Minor documentation improvements.
(#43 by @yadaiio)

## 1.1.0 (2023-04-11)

* Feature: Public `MessageEvent` constructor and refactor property assignments.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/reactphp-eventsource:^1.1
composer require clue/reactphp-eventsource:^1.2
```

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

0 comments on commit d1877a0

Please sign in to comment.