Skip to content

Commit 57e3262

Browse files
committed
Prepare v0.7.1 release
1 parent 668a5bf commit 57e3262

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.1 (2017-04-10)
4+
5+
* Fix: Ignore HHVM errors when closing connection that is already closing
6+
(#91 by @clue)
7+
38
## 0.7.0 (2017-04-10)
49

510
* Feature: Merge SocketClient component into this component

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ The recommended way to install this library is [through Composer](http://getcomp
10641064
This will install the latest supported version:
10651065

10661066
```bash
1067-
$ composer require react/socket:^0.7
1067+
$ composer require react/socket:^0.7.1
10681068
```
10691069

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

0 commit comments

Comments
 (0)