We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5318ac3 commit d87d8e4Copy full SHA for d87d8e4
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 1.1.0 (2019-01-21)
12
13
* Feature: Improve platform support (chroot environments, Mac and others) and
README.md
@@ -507,7 +507,7 @@ This project follows [SemVer](https://semver.org/).
507
This will install the latest supported version:
508
509
```bash
510
-$ composer require clue/reactphp-ssh-proxy:^1.1
+$ composer require clue/reactphp-ssh-proxy:^1.1.1
511
```
512
513
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments