From 0b869922458b1cde9137374545ed4fff7ac83623 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sun, 3 Mar 2024 09:21:07 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fbd59..6933c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## 2.3.2 - 2024-03-03 + +### Fixed + +- Fixed running the tests with Guzzle PSR-7 and PSR-17 implementations. + ## 2.3.1 - 2023-11-03 ### Added