Skip to content

Commit 2061047

Browse files
committed
Merge pull request #109 from php-http/stable_release
Prepare stable release
2 parents 6608e8c + da2eada commit 2061047

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## 1.0.0 - 2016-01-26
5+
6+
### Removed
7+
8+
- Stability configuration from composer
9+
10+
411
## 1.0.0-RC1 - 2016-01-12
512

613
### Changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
4949

5050
## Security
5151

52-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
53-
52+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
5453

5554

5655
## License

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "1.0-dev"
37+
"dev-master": "1.1-dev"
3838
}
39-
},
40-
"prefer-stable": true,
41-
"minimum-stability": "RC"
39+
}
4240
}

0 commit comments

Comments
 (0)