Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 21, 2019
1 parent f1dc82f commit c1732ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c1732ba

Please sign in to comment.