From 2a62a9cf1d1dde36ecc443a59e57c28afc79e713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 27 Jun 2017 08:45:28 +0200 Subject: [PATCH] Prepare v0.5.2 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3160a..56b688a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.2 (2017-06-27) + +* Feature: Support passing arrays for request header values + (#100 by @clue) + +* Fix: Fix merging default headers if overwritten with custom case headers + (#101 by @clue) + ## 0.5.1 (2017-06-18) * Feature: Emit `error` event if request URL is invalid diff --git a/README.md b/README.md index 6fa0105..2fc4111 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require react/http-client:^0.5.1 +$ composer require react/http-client:^0.5.2 ``` More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).