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 1
1
# Changelog
2
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
+
3
11
## 1.1.0 (2019-01-21)
4
12
5
13
* 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/).
507
507
This will install the latest supported version:
508
508
509
509
``` bash
510
- $ composer require clue/reactphp-ssh-proxy:^1.1
510
+ $ composer require clue/reactphp-ssh-proxy:^1.1.1
511
511
```
512
512
513
513
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments