From a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 3 Aug 2023 16:02:42 +0100 Subject: [PATCH] Release 2.5.1 --- CHANGELOG.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a77cff..dec56592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ 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 +## 2.5.1 - 2023-08-03 ### Fixed - Corrected mime type for `.acc` files to `audio/aac` +### Changed + +- PHP 8.3 support + ## 2.5.0 - 2023-04-17 ### Changed diff --git a/README.md b/README.md index 6482eb98..a64ec904 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ composer require guzzlehttp/psr7 | Version | Status | PHP Version | |---------|---------------------|--------------| | 1.x | Security fixes only | >=5.4,<8.1 | -| 2.x | Latest | >=7.2.5,<8.3 | +| 2.x | Latest | >=7.2.5,<8.4 | ## AppendStream