Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 9d1a45e

Browse files
committed
prepare release
1 parent 503cc73 commit 9d1a45e

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## [2.0.x] - 2020-02-xx
9+
## [2.0.2] - 2021-03-02
1010

1111
### Added
1212

@@ -110,16 +110,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110110

111111
- Initial release
112112

113-
114-
[Unreleased]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.1...HEAD
115-
[2.0.1]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...v2.0.1
116-
[2.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0
117-
[1.1.1]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1
118-
[1.1.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0
119-
[1.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0
120-
[0.4.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1
121-
[0.4.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0
122-
[0.3.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1
123-
[0.3.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0
124-
[0.2.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1
125-
[0.2.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
**Guzzle 6 HTTP Adapter.**
1111

12-
**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.
12+
**Note for PHP 8**: This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8.
13+
If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18.
14+
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.
1315

1416
## Install
1517

0 commit comments

Comments
 (0)