diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3052..592e0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.4.0 (2024-01-30) + +* Feature: Full PHP 8.3 compatibility. + (#38 by @yadaiio and #36 by @clue) + +* Improve documentation and examples. + (#37 by @yadaiio, #34 by @SimonFrings and #33 by @PaulRotmann) + +* Improve test suite and use GitHub actions for continuous integration (CI). + (#32 by @SimonFrings) + ## 1.3.0 (2020-11-06) * Improve test suite and add `.gitattributes` to exclude dev files from export. diff --git a/README.md b/README.md index a5bdc51..1ef2367 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/term-react:^1.3 +composer require clue/term-react:^1.4 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.