Skip to content

Commit 2f238b6

Browse files
committed
Prepare v0.7.1 release
1 parent 83da465 commit 2f238b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.7.1 (2017-05-09)
4+
5+
* Fix: Reject promise for invalid URI passed to ConnectionManagerSelective
6+
(#19 by @clue)
7+
8+
* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8 and
9+
upcoming EventLoop v1.0 and v0.5
10+
(#18 and #20 by @clue)
11+
312
## 0.7.0 (2017-04-10)
413

514
* Feature / BC break: Replace deprecated SocketClient with new Socket component

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp
203203
This will install the latest supported version:
204204

205205
```bash
206-
$ composer require clue/connection-manager-extra:^0.7
206+
$ composer require clue/connection-manager-extra:^0.7.1
207207
```
208208

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

0 commit comments

Comments
 (0)