From 16a2eb851477d737ff36f5d6bff2931a688a7282 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 23 Feb 2024 11:09:13 +0100 Subject: [PATCH] chore: release 3.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9dfd5..e15eab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Nothing +## [3.1.0] - 2024-02-23 + +### Changed +- Allow PSR 17 response factory in client +- Bumped `php-http/mock-client` to `^1.6` + +### Fixed +- Allow installation of `psr/http-message: ^2.0` +- Allow installation of `symfony/string: ^7.0` + ## [3.0.0] - 2022-01-10 ### Changed