Skip to content

Commit

Permalink
Prepare v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 10, 2017
1 parent dcac545 commit a141bb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.1 (2017-03-10)

* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6
(#89 by @clue)

* Fix: Fix examples to use updated API
(#88 by @clue)

## 0.6.0 (2017-02-17)

* Feature / BC break: Use `connect($uri)` instead of `create($host, $port)`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/socket-client:^0.6
$ composer require react/socket-client:^0.6.1
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react/socket-client",
"description": "Async connector to open TCP/IP and SSL/TLS based connections.",
"keywords": ["socket"],
"description": "Async, streaming plaintext TCP/IP and secure TLS based connections for ReactPHP",
"keywords": ["async", "socket", "stream", "connection", "ReactPHP"],
"license": "MIT",
"require": {
"php": ">=5.3.0",
Expand Down

0 comments on commit a141bb1

Please sign in to comment.