From 9d1a45eb1c59f12574552e81fb295e9e53430a56 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 2 Mar 2021 11:52:33 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 15 +-------------- README.md | 4 +++- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ee84b..40a202b 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). -## [2.0.x] - 2020-02-xx +## [2.0.2] - 2021-03-02 ### Added @@ -110,16 +110,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release - -[Unreleased]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.1...HEAD -[2.0.1]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0 -[1.1.1]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0 -[0.4.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1 -[0.4.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0 -[0.3.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0 -[0.2.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1 -[0.2.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0 diff --git a/README.md b/README.md index e680d18..9ef1a7d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ **Guzzle 6 HTTP Adapter.** -**Note**: Guzzle 6 is not compatible with PHP 8. If you need a PSR-18 client, use PSR-18 and Guzzle 7 which natively implements PSR-18. If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository. +**Note for PHP 8**: This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8. +If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18. +If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository. ## Install