File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ This project follows [SemVer](https://semver.org/).
507507This 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
513513See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments