Skip to content

Commit 6f06505

Browse files
committed
Prepare v0.3.2 release
1 parent 11f9b10 commit 6f06505

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.3.2 (2017-06-10)
4+
5+
* Fix: Fix rejecting invalid URIs and unexpected URI schemes
6+
(#13 by @clue)
7+
8+
* Fix HHVM build for now again and ignore future HHVM build errors
9+
(#12 by @clue)
10+
11+
* Documentation for Connector concepts (TCP/TLS, timeouts, DNS resolution)
12+
(#11 by @clue)
13+
314
## 0.3.1 (2017-05-10)
415

516
* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8

README.md

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

297297
```bash
298-
$ composer require clue/http-proxy-react:^0.3.1
298+
$ composer require clue/http-proxy-react:^0.3.2
299299
```
300300

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

0 commit comments

Comments
 (0)