Skip to content

Commit 83aea8d

Browse files
committed
Prepare stable release
1 parent 3d77e7d commit 83aea8d

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
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 - UNRELEASED
5+
36
### Changed
47

58
- Using array options for DecoderPlugin, RedirectPlugin and RetryPlugin
@@ -8,6 +11,7 @@
811

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

14+
1115
## 0.1.0 - 2016-01-13
1216

1317
### 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 [security@httplug.io](mailto:security@httplug.io)
42-
or [security@php-http.org](mailto:security@php-http.org).
41+
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
4342

4443

4544
## License

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php-http/message-factory": "^1.0",
1717
"psr/log": "^1.0",
1818
"psr/cache": "^1.0",
19-
"php-http/client-common": "^0.2",
20-
"php-http/message": "^0.2",
19+
"php-http/client-common": "^1.0",
20+
"php-http/message": "^1.0",
2121
"symfony/options-resolver": "^2.6|^3.0"
2222
},
2323
"require-dev": {
@@ -46,9 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "0.2-dev"
49+
"dev-master": "1.1-dev"
5050
}
51-
},
52-
"prefer-stable": true,
53-
"minimum-stability": "dev"
51+
}
5452
}

0 commit comments

Comments
 (0)