Skip to content

Commit

Permalink
Prepare v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 21, 2023
1 parent 8c84258 commit 7789579
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.4.0 (2023-04-21)

* Feature: Forward compatibility with upcoming Promise v3.
(#26 by @clue)

* Feature: Full support for PHP 8.2 and update test environment.
(#25 by @clue)

* Update documentation and simplify examples by updating to new default loop.
(#23 and #24 by @PaulRotmann)

* Improve test suite, ensure 100% code coverage and use GitHub actions for continuous integration (CI).
(#21 and #27 by @clue)

## 1.3.0 (2020-10-16)

* Enhanced documentation for ReactPHP's new HTTP client.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/reactphp-flux:^1.3
composer require clue/reactphp-flux:^1.4
```

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

0 comments on commit 7789579

Please sign in to comment.