Skip to content

Commit 92eada0

Browse files
committed
Prepare v0.7.0 release
1 parent 36a8b92 commit 92eada0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## 0.6.0 (2016-04-07)
3+
## 0.7.0 (2017-04-10)
4+
5+
* Feature / BC break: Replace deprecated SocketClient with new Socket component
6+
(#17 by @clue)
7+
8+
This implies that all connectors from this package now implement the
9+
`React\Socket\ConnectorInterface` instead of the legacy
10+
`React\SocketClient\ConnectorInterface`.
11+
12+
## 0.6.0 (2017-04-07)
413

514
* Feature / BC break: Update SocketClient to v0.7 or v0.6
615
(#16 by @clue)

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.6
206+
$ composer require clue/connection-manager-extra:^0.7
207207
```
208208

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

0 commit comments

Comments
 (0)