Skip to content

Commit 39db36d

Browse files
Release 1.10.0 (#135)
* Bump branch alias * Update CHANGELOG.md * Fixed date * Fixed links
1 parent 9e94a9f commit 39db36d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [1.10.0] - 2020-11-11
10+
11+
- Added support for PHP 8.0.
12+
913
## [1.9.1] - 2020-10-13
1014

1115
- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
@@ -198,7 +202,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
198202
- Message factory (Guzzle, Diactoros)
199203

200204

201-
[Unreleased]: https://github.com/php-http/message/compare/1.7.2...HEAD
205+
[Unreleased]: https://github.com/php-http/message/compare/1.10.0...HEAD
206+
[1.10.0]: https://github.com/php-http/message/compare/1.9.1...1.10.0
207+
[1.9.1]: https://github.com/php-http/message/compare/1.9.0...1.9.1
208+
[1.9.0]: https://github.com/php-http/message/compare/1.8.0...1.9.0
209+
[1.8.0]: https://github.com/php-http/message/compare/1.7.2...1.8.0
202210
[1.7.2]: https://github.com/php-http/message/compare/v1.7.1...1.7.2
203211
[1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1
204212
[1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "1.8-dev"
45+
"dev-master": "1.10-dev"
4646
}
4747
},
4848
"autoload": {

0 commit comments

Comments
 (0)