Skip to content

Commit f2877fb

Browse files
committed
Prepare v1.2.0 release
1 parent 877cb31 commit f2877fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0 (2020-03-31)
4+
5+
* Feature: Add `containerAttach()` and `containerAttachStream()` API methods.
6+
(#61 by @clue)
7+
8+
* Improve test suite and fix failing tests with new Docker Engine API.
9+
(#60 by @clue)
10+
311
## 1.1.0 (2020-02-11)
412

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

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

1625
* Feature: Update all ReactPHP dependencies to latest versions and
1726
significantly improve performance (see included benchmark examples).

README.md

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

361361
```bash
362-
$ composer require clue/docker-react:^1.1
362+
$ composer require clue/docker-react:^1.2
363363
```
364364

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

0 commit comments

Comments
 (0)