Skip to content

Commit 43a47f4

Browse files
committed
Prepare v1.1.0 release
1 parent 3ac0403 commit 43a47f4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.1.0 (2020-02-11)
4+
5+
* Feature: Add network API methods.
6+
(#57 by @tjoussen)
7+
8+
* Improve test suite by testing against PHP 7.4 and simplify test matrix
9+
and add support / sponsorship info.
10+
(#58 and #59 by @clue)
11+
312
## 1.0.0 (2019-09-19)
413

514
* First stable release, now following SemVer!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ This project follows [SemVer](https://semver.org/).
357357
This will install the latest supported version:
358358

359359
```bash
360-
$ composer require clue/docker-react:^1.0
360+
$ composer require clue/docker-react:^1.1
361361
```
362362

363363
This project aims to run on any platform and thus does not require any PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)