From b0b731e5bef5e7526b142874ae0606f95275a57b Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Mon, 10 Jan 2022 10:34:31 +0100 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d2b1c..dc9dfd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.