Skip to content

Commit c50c72b

Browse files
committed
Prepare v1.1.0 release
1 parent 2b0488f commit c50c72b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2017-06-11)
4+
5+
* Feature: Support proxy authentication if proxy URL contains username/password
6+
(#14 by @clue)
7+
8+
```php
9+
// new: username/password will now be passed to HTTP proxy server
10+
$proxy = new ProxyConnector('user:[email protected]:8080');
11+
```
12+
313
## 1.0.0 (2017-06-10)
414

515
* First stable release, now following SemVer

README.md

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

327327
```bash
328-
$ composer require clue/http-proxy-react:^1.0
328+
$ composer require clue/http-proxy-react:^1.1
329329
```
330330

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

0 commit comments

Comments
 (0)