Skip to content

Commit

Permalink
Prepare v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 6, 2024
1 parent 98dedf6 commit 9236e1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.10.0 (2024-09-06)

* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
(#59 by @clue)

* Feature: Full PHP 8.3 compatibility.
(#57 by @clue)

## 1.9.0 (2022-12-05)

* 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 @@ -38,7 +38,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/datagram:^1.9
composer require react/datagram:^1.10
```

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

0 comments on commit 9236e1f

Please sign in to comment.