Skip to content

Commit c0e337e

Browse files
committed
Prepare v0.5.1 release
1 parent 0b8c101 commit c0e337e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.1 (2017-03-09)
4+
5+
* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6
6+
(#79 by @clue)
7+
38
## 0.5.0 (2017-02-14)
49

510
* Feature / BC break: Replace `listen()` call with URIs passed to constructor

README.md

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

421421
```bash
422-
$ composer require react/socket:^0.5
422+
$ composer require react/socket:^0.5.1
423423
```
424424

425425
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)