Skip to content

Commit b50507a

Browse files
committed
Prepare v0.3.0 release
1 parent a14d79e commit b50507a

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.3.0 (2017-04-10)
4+
5+
* Feature / BC break: Replace deprecated SocketClient with new Socket component
6+
(#9 by @clue)
7+
8+
This implies that the `ProxyConnector` from this package now implements the
9+
`React\Socket\ConnectorInterface` instead of the legacy
10+
`React\SocketClient\ConnectorInterface`.
11+
312
## 0.2.0 (2017-04-10)
413

514
* Feature / BC break: Update SocketClient to v0.7 or v0.6 and

README.md

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

176176
```bash
177-
$ composer require clue/http-proxy-react:^0.2
177+
$ composer require clue/http-proxy-react:^0.3
178178
```
179179

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

0 commit comments

Comments
 (0)