Skip to content

Commit

Permalink
Prepare v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 14, 2017
1 parent 37401c6 commit 1dfcccc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.7.0 (2017-04-14)

* Feature / BC break: Update Socket to v0.7
(#12 by @clue)

* Improve test suite by adding PHPUnit to require-dev
(#11 by @clue)

> The `v0.6.0` release has been skipped intentionally to avoid confusion with
the release tags of `clue/socks-react` and `react/socket`.

## 0.5.1 (2016-11-25)

* Feature: Cancel pending outgoing connection if incoming connection closes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require clue/socks-server:^0.5.1
$ composer require clue/socks-server:^0.7
```

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

0 comments on commit 1dfcccc

Please sign in to comment.