Skip to content

Commit

Permalink
Prepare 1.0.0-alpha3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 13, 2015
1 parent 868ad59 commit 38441d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log


## Unreleased
## 1.0.0-alpha3 - 2015-12-13

### Changed

- Async client does not throw exceptions

### Removed

- Promise interface moved to its own repository: [php-http/promise](https://github.com/php-http/promise)


## 1.0.0-alpha2 - 2015-11-16

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0",
"php-http/promise": "dev-master"
"php-http/promise": "^0.1"
},
"require-dev": {
"phpspec/phpspec": "^2.4",
Expand Down

0 comments on commit 38441d6

Please sign in to comment.