File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.0 (2017-04-14)
4
+
5
+ * Feature / BC break: Update Socket to v0.7
6
+ (#12 by @clue )
7
+
8
+ * Improve test suite by adding PHPUnit to require-dev
9
+ (#11 by @clue )
10
+
11
+ > The ` v0.6.0 ` release has been skipped intentionally to avoid confusion with
12
+ the release tags of ` clue/socks-react ` and ` react/socket ` .
13
+
3
14
## 0.5.1 (2016-11-25)
4
15
5
16
* Feature: Cancel pending outgoing connection if incoming connection closes
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ The recommended way to install this library is [through Composer](http://getcomp
258
258
This will install the latest supported version:
259
259
260
260
``` bash
261
- $ composer require clue/socks-server:^0.5.1
261
+ $ composer require clue/socks-server:^0.7
262
262
```
263
263
264
264
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments