diff --git a/CHANGELOG.md b/CHANGELOG.md index eb86564..eeb6c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log + +## 1.0.0 - 2016-01-28 + ### Added - New Header plugins (see the documentation) @@ -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 diff --git a/README.md b/README.md index 604df27..ec184d8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 [security@httplug.io](mailto:security@httplug.io) -or [security@php-http.org](mailto:security@php-http.org). +If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org). ## License diff --git a/composer.json b/composer.json index 9b5f744..5b2179d 100644 --- a/composer.json +++ b/composer.json @@ -46,9 +46,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.2-dev" + "dev-master": "1.0-dev" } - }, - "prefer-stable": true, - "minimum-stability": "dev" + } }