diff --git a/CHANGELOG.md b/CHANGELOG.md index 1654fef..4a3eb01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 (2019-01-21) + +* Feature: Improve platform support (chroot environments, Mac and others) and + do not inherit open FDs to SSH child process by overwriting and closing. + (#10 by @clue) + ## 1.0.0 (2018-12-19) * First stable release, following SemVer diff --git a/README.md b/README.md index d63af2e..2004a55 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require clue/reactphp-ssh-proxy:^1.0 +$ composer require clue/reactphp-ssh-proxy:^1.1 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.