Skip to content

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 1, 2019
1 parent 5318ac3 commit d87d8e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.1 (2019-05-01)

* Fix: Only start consuming STDOUT data once connection is ready.
(#11 by @clue)

* Add documentation and example for MySQL database SSH tunnel.
(#13 by @clue)

## 1.1.0 (2019-01-21)

* Feature: Improve platform support (chroot environments, Mac and others) and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/reactphp-ssh-proxy:^1.1
$ composer require clue/reactphp-ssh-proxy:^1.1.1
```

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

0 comments on commit d87d8e4

Please sign in to comment.