From 07a503f1c2fb6453b336212346d883a9a5fe7c02 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Nov 2020 09:03:38 +0000 Subject: [PATCH 1/4] Bump branch alias --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a60d8f..ef50ea3 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.10-dev" } }, "autoload": { From 7d65416254524db9750af4f368914b40b01f75c5 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Nov 2020 09:07:09 +0000 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c31778..60e23bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.10.0] - 2020-10-13 + +- Added support for PHP 8.0. + ## [1.9.1] - 2020-10-13 - 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. - Message factory (Guzzle, Diactoros) -[Unreleased]: https://github.com/php-http/message/compare/1.7.2...HEAD +[Unreleased]: https://github.com/php-http/message/compare/1.10.0...HEAD +[1.10.0]: https://github.com/php-http/message/compare/v1.9.1...1.10.0 +[1.9.1]: https://github.com/php-http/message/compare/v1.9.0...1.9.1 +[1.9.0]: https://github.com/php-http/message/compare/v1.8.0...1.9.0 +[1.8.0]: https://github.com/php-http/message/compare/v1.7.2...1.8.0 [1.7.2]: https://github.com/php-http/message/compare/v1.7.1...1.7.2 [1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1 [1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0 From 6503830cf1807d1cd212b41d9e22148354a740d5 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Nov 2020 09:07:23 +0000 Subject: [PATCH 3/4] Fixed date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e23bd..ca282e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.10.0] - 2020-10-13 +## [1.10.0] - 2020-11-11 - Added support for PHP 8.0. From 14d749320e209c1e6f0fab55ab4ccada1b6f7579 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Nov 2020 09:08:31 +0000 Subject: [PATCH 4/4] Fixed links --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca282e2..bcd66d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -203,10 +203,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Unreleased]: https://github.com/php-http/message/compare/1.10.0...HEAD -[1.10.0]: https://github.com/php-http/message/compare/v1.9.1...1.10.0 -[1.9.1]: https://github.com/php-http/message/compare/v1.9.0...1.9.1 -[1.9.0]: https://github.com/php-http/message/compare/v1.8.0...1.9.0 -[1.8.0]: https://github.com/php-http/message/compare/v1.7.2...1.8.0 +[1.10.0]: https://github.com/php-http/message/compare/1.9.1...1.10.0 +[1.9.1]: https://github.com/php-http/message/compare/1.9.0...1.9.1 +[1.9.0]: https://github.com/php-http/message/compare/1.8.0...1.9.0 +[1.8.0]: https://github.com/php-http/message/compare/1.7.2...1.8.0 [1.7.2]: https://github.com/php-http/message/compare/v1.7.1...1.7.2 [1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1 [1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0