Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed May 3, 2024
1 parent dabffaa commit c1d0158
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.5.0 (2024-05-03)

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

* Minor documentation improvements.
(#83 and #86 by @yadaiio)

* Update test suite to support new Promise v3 and new reactphp/http `v1.10.0`.
(#82 and #84 by @clue and #87 by @SimonFrings)

## 1.4.0 (2022-12-01)

* Feature: Add support for PHP 8.1 and PHP 8.2.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/docker-react:^1.4
composer require clue/docker-react:^1.5
```

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

0 comments on commit c1d0158

Please sign in to comment.