diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ea5fb..b202865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.0 (2020-02-11) + +* Feature: Add network API methods. + (#57 by @tjoussen) + +* Improve test suite by testing against PHP 7.4 and simplify test matrix + and add support / sponsorship info. + (#58 and #59 by @clue) + ## 1.0.0 (2019-09-19) * First stable release, now following SemVer! diff --git a/README.md b/README.md index 80b242e..ea71a7f 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require clue/docker-react:^1.0 +$ composer require clue/docker-react:^1.1 ``` This project aims to run on any platform and thus does not require any PHP diff --git a/composer.json b/composer.json index c827508..9a0abe3 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "Christian Lück", - "email": "christian@lueck.tv" + "email": "christian@clue.engineering" } ], "autoload": {