From 2f238b6523d6277382e4b62ebcb162565c580420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 9 May 2017 20:50:14 +0200 Subject: [PATCH] Prepare v0.7.1 release --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6048fe6..4cfbf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.7.1 (2017-05-09) + +* Fix: Reject promise for invalid URI passed to ConnectionManagerSelective + (#19 by @clue) + +* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8 and + upcoming EventLoop v1.0 and v0.5 + (#18 and #20 by @clue) + ## 0.7.0 (2017-04-10) * Feature / BC break: Replace deprecated SocketClient with new Socket component diff --git a/README.md b/README.md index 7840fca..dfffd7b 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require clue/connection-manager-extra:^0.7 +$ composer require clue/connection-manager-extra:^0.7.1 ``` See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.