Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 11, 2017
1 parent 2b0488f commit c50c72b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.0 (2017-06-11)

* Feature: Support proxy authentication if proxy URL contains username/password
(#14 by @clue)

```php
// new: username/password will now be passed to HTTP proxy server
$proxy = new ProxyConnector('user:[email protected]:8080');
```

## 1.0.0 (2017-06-10)

* First stable release, now following SemVer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require clue/http-proxy-react:^1.0
$ composer require clue/http-proxy-react:^1.1
```

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

0 comments on commit c50c72b

Please sign in to comment.