Skip to content

Commit

Permalink
Merge pull request #52 from php-http/stable_release
Browse files Browse the repository at this point in the history
Prepare stable release
  • Loading branch information
sagikazarmark committed Jan 28, 2016
2 parents 7033dc8 + 71c4889 commit 59a8aa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log


## 1.0.0 - 2016-01-28

### Added

- New Header plugins (see the documentation)
Expand All @@ -13,6 +16,7 @@

- Decoder plugin no longer sends accept header for encodings that require gzip if gzip is not available


## 0.1.0 - 2016-01-13

### Added
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ composer require php-http/plugins

## Documentation

Please see the [official documentation](http://docs.php-http.org).
Please see the [official documentation](http://docs.php-http.org/en/latest/plugins/index.html).


## Testing
Expand All @@ -38,8 +38,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme

## Security

If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
or [[email protected]](mailto:[email protected]).
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).


## License
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "1.0-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 59a8aa1

Please sign in to comment.