Skip to content

Commit

Permalink
Prepare v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 9, 2017
1 parent 83da465 commit 2f238b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f238b6

Please sign in to comment.