Skip to content

Commit

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

## 0.5.1 (2017-06-18)

* Feature: Emit `error` event if request URL is invalid
(#99 by @clue)

* Feature: Support OPTIONS method with asterisk-form (`OPTIONS * HTTP/1.1`)
(#98 by @clue)

* Improve documentation for event semantics
(#97 by @clue)

## 0.5.0 (2017-05-22)

* Feature / BC break: Replace `Factory` with simple `Client` constructor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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
$ composer require react/http-client:^0.5.1
```

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

0 comments on commit 9ef920e

Please sign in to comment.