From eb521c0f9de9b9780b9ced78d90314085632377f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 17 Sep 2017 16:41:00 +0200 Subject: [PATCH] Prepare v0.5.6 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff47266..270cad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.6 (2017-09-17) + +* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS) + (#110 by @clue) + ## 0.5.5 (2017-09-10) * Fix: Update Socket component to work around sending secure HTTPS requests with PHP < 7.1.4 diff --git a/README.md b/README.md index 051ba0d..c6e18d8 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require react/http-client:^0.5.5 +$ composer require react/http-client:^0.5.6 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.