diff --git a/CHANGELOG.md b/CHANGELOG.md index 15be4f1..47bc76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0...HEAD) +## [Unreleased](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.1...HEAD) -## [1.0.0](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0-beta.1...1.0.0) +## [1.0.1 - 2023-05-31](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0...1.0.1) + +### Fixed + +- Fix compatability with psr/http-client 1.0.2 and psr/http-factory 1.0.2 + +## [1.0.0 - 2022-11-01](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0-beta.1...1.0.0) ### Added @@ -18,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a bug with providing the headers from the PSR-7 request to Requests. -## [1.0.0-beta.1](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0-beta...1.0.0-beta.1) +## [1.0.0-beta.1 - 2022-10-07](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/1.0.0-beta...1.0.0-beta.1) ### Added @@ -29,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change Code Style to PSR-12 - Drop support for PHP 7.0 -## [1.0.0-beta](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/09aae5d7deac8058c5a25c1d951cd350d066ad6e...1.0.0-beta) +## [1.0.0-beta - 2022-10-06](https://github.com/Art4/WP-Requests-PSR18-Adapter/compare/09aae5d7deac8058c5a25c1d951cd350d066ad6e...1.0.0-beta) ### Added diff --git a/composer.json b/composer.json index a26b4fe..30cf7bd 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "require": { "php": "^7.1 || ^8.0", "psr/http-client": "^1.0", - "psr/http-message": "^1.0", "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", "rmccue/requests": "^1.8 || ^2.0" }, "require-dev": {