Skip to content

Commit

Permalink
Prepare v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 17, 2017
1 parent f404579 commit 0be1fc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.1 (2017-06-17)

* Fix: Fix parsing CONNECT request without `Host` header
(#201 by @clue)

* Internal preparation for future PSR-7 `UploadedFileInterface`
(#199 by @WyriHaximus)

## 0.7.0 (2017-05-29)

* Feature / BC break: Use PSR-7 (http-message) standard and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,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:^0.7
$ composer require react/http:^0.7.1
```

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

0 comments on commit 0be1fc8

Please sign in to comment.