Skip to content

Commit e9e206b

Browse files
committed
Prepare v0.8.8 release
1 parent 276b864 commit e9e206b

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.8.8 (2018-01-06)
4+
5+
* Improve test suite by adding test group to skip integration tests relying on
6+
internet connection and fix minor documentation typo.
7+
(#146 by @clue and #145 by @cn007b)
8+
39
## 0.8.7 (2017-12-24)
410

511
* Fix: Fix closing socket resource before removing from loop

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ The recommended way to install this library is [through Composer](https://getcom
12961296
This will install the latest supported version:
12971297

12981298
```bash
1299-
$ composer require react/socket:^0.8.7
1299+
$ composer require react/socket:^0.8.8
13001300
```
13011301

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

0 commit comments

Comments
 (0)