Skip to content

Commit ac127fb

Browse files
sagikazarmarkPeter Bouwdewijn
authored and
Peter Bouwdewijn
committed
Prepare stable release
1 parent 7033dc8 commit ac127fb

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
4+
## 1.0.0 - 2016-01-28
5+
36
### Added
47

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

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

19+
1620
## 0.1.0 - 2016-01-13
1721

1822
### Added

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ composer require php-http/plugins
2121

2222
## Documentation
2323

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

2626

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

3939
## Security
4040

41-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
42-
41+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
4342

4443

4544
## License

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "0.2-dev"
49+
"dev-master": "1.0-dev"
5050
}
51-
},
52-
"prefer-stable": true,
53-
"minimum-stability": "dev"
51+
}
5452
}

0 commit comments

Comments
 (0)