Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Jan 10, 2022
1 parent a3a02c6 commit b0b731e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## Unreleased

- Nothing

## [3.0.0] - 2022-01-10

### Changed
- The `ResponseBuilder` now requires PSR-17 factories instead of a PHP-HTTP factory, to align it with the `Client`. This is only a breaking change in the rare case where you provide your own factory to the `ResponseBuilder`.
- Removed `domainAliases` from constructor arguments. Please use `setDomainAliases()` on the instance instead.
Expand Down

0 comments on commit b0b731e

Please sign in to comment.