Skip to content

Commit d87d8e4

Browse files
committedMay 1, 2019
Prepare v1.1.1 release
1 parent 5318ac3 commit d87d8e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.1 (2019-05-01)
4+
5+
* Fix: Only start consuming STDOUT data once connection is ready.
6+
(#11 by @clue)
7+
8+
* Add documentation and example for MySQL database SSH tunnel.
9+
(#13 by @clue)
10+
311
## 1.1.0 (2019-01-21)
412

513
* Feature: Improve platform support (chroot environments, Mac and others) and

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ This project follows [SemVer](https://semver.org/).
507507
This will install the latest supported version:
508508

509509
```bash
510-
$ composer require clue/reactphp-ssh-proxy:^1.1
510+
$ composer require clue/reactphp-ssh-proxy:^1.1.1
511511
```
512512

513513
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)
Please sign in to comment.