Skip to content

Commit eb521c0

Browse files
committed
Prepare v0.5.6 release
1 parent b9e36fb commit eb521c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.6 (2017-09-17)
4+
5+
* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)
6+
(#110 by @clue)
7+
38
## 0.5.5 (2017-09-10)
49

510
* Fix: Update Socket component to work around sending secure HTTPS requests with PHP < 7.1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The recommended way to install this library is [through Composer](https://getcom
133133
This will install the latest supported version:
134134

135135
```bash
136-
$ composer require react/http-client:^0.5.5
136+
$ composer require react/http-client:^0.5.6
137137
```
138138

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

0 commit comments

Comments
 (0)