Skip to content

Commit

Permalink
Prepare v0.8.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 6, 2018
1 parent 276b864 commit e9e206b
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.8.8 (2018-01-06)

* Improve test suite by adding test group to skip integration tests relying on
internet connection and fix minor documentation typo.
(#146 by @clue and #145 by @cn007b)

## 0.8.7 (2017-12-24)

* Fix: Fix closing socket resource before removing from loop
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/socket:^0.8.7
$ composer require react/socket:^0.8.8
```

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

0 comments on commit e9e206b

Please sign in to comment.