Skip to content

Commit

Permalink
Merge pull request #11 from Art4/release-1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
Art4 committed May 31, 2023
2 parents c123141 + eb404e8 commit 43f0429
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 43f0429

Please sign in to comment.