Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 31, 2020
1 parent 877cb31 commit f2877fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.0 (2020-03-31)

* Feature: Add `containerAttach()` and `containerAttachStream()` API methods.
(#61 by @clue)

* Improve test suite and fix failing tests with new Docker Engine API.
(#60 by @clue)

## 1.1.0 (2020-02-11)

* Feature: Add network API methods.
Expand All @@ -12,6 +20,7 @@
## 1.0.0 (2019-09-19)

* First stable release, now following SemVer!
See [**release announcement**](https://clue.engineering/2019/introducing-reactphp-docker).

* Feature: Update all ReactPHP dependencies to latest versions and
significantly improve performance (see included benchmark examples).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/docker-react:^1.1
$ composer require clue/docker-react:^1.2
```

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

0 comments on commit f2877fb

Please sign in to comment.