Skip to content

Commit e9efc9e

Browse files
committed
Prepare v0.6.2 release
1 parent 856ba6d commit e9efc9e

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+
## 0.6.2 (2017-03-17)
4+
5+
* Feature / Fix: Support SNI on legacy PHP < 5.6 and add documentation for
6+
supported PHP and HHVM versions.
7+
(#90 and #91 by @clue)
8+
39
## 0.6.1 (2017-03-10)
410

511
* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The recommended way to install this library is [through Composer](http://getcomp
419419
This will install the latest supported version:
420420

421421
```bash
422-
$ composer require react/socket-client:^0.6.1
422+
$ composer require react/socket-client:^0.6.2
423423
```
424424

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

0 commit comments

Comments
 (0)