Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 11, 2020
1 parent 3ac0403 commit 43a47f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
"email": "christian@clue.engineering"
}
],
"autoload": {
Expand Down

0 comments on commit 43a47f4

Please sign in to comment.