From e9e206b6277023bf4afd910a764f0cd3d470e7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 6 Jan 2018 13:13:20 +0100 Subject: [PATCH] Prepare v0.8.8 release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9039951..e3aec3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9b662a3c..5347c31c 100644 --- a/README.md +++ b/README.md @@ -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.