Skip to content

Commit c1732ba

Browse files
committed
Prepare v1.1.0 release
1 parent f1dc82f commit c1732ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0 (2019-01-21)
4+
5+
* Feature: Improve platform support (chroot environments, Mac and others) and
6+
do not inherit open FDs to SSH child process by overwriting and closing.
7+
(#10 by @clue)
8+
39
## 1.0.0 (2018-12-19)
410

511
* First stable release, following SemVer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ This project follows [SemVer](https://semver.org/).
461461
This will install the latest supported version:
462462

463463
```bash
464-
$ composer require clue/reactphp-ssh-proxy:^1.0
464+
$ composer require clue/reactphp-ssh-proxy:^1.1
465465
```
466466

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

0 commit comments

Comments
 (0)