Skip to content

Commit

Permalink
Prepare v0.5.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 17, 2017
1 parent b9e36fb commit eb521c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb521c0

Please sign in to comment.