From 10100896018fd847a257cd81143b8e1b7be08e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 19 Jan 2018 16:04:38 +0100 Subject: [PATCH] Prepare v0.7.7 release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2025b56..f64815d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.7 (2018-01-19) + +* Improve test suite by fixing forward compatibility with upcoming EventLoop + releases, avoid risky tests and add test group to skip integration tests + relying on internet connection and apply appropriate test timeouts. + (#128, #131 and #132 by @clue) + ## 0.7.6 (2017-12-21) * Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12 diff --git a/README.md b/README.md index a0ed336..c362534 100644 --- a/README.md +++ b/README.md @@ -1178,7 +1178,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require react/stream:^0.7.6 +$ composer require react/stream:^0.7.7 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.