Skip to content

Commit 1dfcccc

Browse files
committed
Prepare v0.7.0 release
1 parent 37401c6 commit 1dfcccc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## 0.5.1 (2016-11-25)
415

516
* Feature: Cancel pending outgoing connection if incoming connection closes

README.md

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

260260
```bash
261-
$ composer require clue/socks-server:^0.5.1
261+
$ composer require clue/socks-server:^0.7
262262
```
263263

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

0 commit comments

Comments
 (0)