Skip to content

Commit 2a62a9c

Browse files
committed
Prepare v0.5.2 release
1 parent b48b088 commit 2a62a9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.2 (2017-06-27)
4+
5+
* Feature: Support passing arrays for request header values
6+
(#100 by @clue)
7+
8+
* Fix: Fix merging default headers if overwritten with custom case headers
9+
(#101 by @clue)
10+
311
## 0.5.1 (2017-06-18)
412

513
* Feature: Emit `error` event if request URL is invalid

README.md

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

108108
```bash
109-
$ composer require react/http-client:^0.5.1
109+
$ composer require react/http-client:^0.5.2
110110
```
111111

112112
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)