Skip to content

Commit

Permalink
Prepare v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 17, 2017
1 parent 856ba6d commit e9efc9e
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

## 0.6.2 (2017-03-17)

* Feature / Fix: Support SNI on legacy PHP < 5.6 and add documentation for
supported PHP and HHVM versions.
(#90 and #91 by @clue)

## 0.6.1 (2017-03-10)

* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/socket-client:^0.6.1
$ composer require react/socket-client:^0.6.2
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
Expand Down

0 comments on commit e9efc9e

Please sign in to comment.