Skip to content

Commit

Permalink
Prepare v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 25, 2016
1 parent 4e8174a commit fc91bf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.1 (2016-11-25)

* Feature: Cancel pending outgoing connection if incoming connection closes
(#7 by @clue)

* Fix: Support empty strings for auth info (username or password)
(#6 by @clue)

## 0.5.0 (2016-11-07)

* First tagged release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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
$ composer require clue/socks-server:^0.5.1
```

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

0 comments on commit fc91bf2

Please sign in to comment.