File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## 2.5.1 - 2023-08-03
99
1010### Fixed
1111
1212- Corrected mime type for ` .acc ` files to ` audio/aac `
1313
14+ ### Changed
15+
16+ - PHP 8.3 support
17+
1418## 2.5.0 - 2023-04-17
1519
1620### Changed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ composer require guzzlehttp/psr7
2525| Version | Status | PHP Version |
2626| ---------| ---------------------| --------------|
2727| 1.x | Security fixes only | >=5.4,<8.1 |
28- | 2.x | Latest | >=7.2.5,<8.3 |
28+ | 2.x | Latest | >=7.2.5,<8.4 |
2929
3030
3131## AppendStream
You can’t perform that action at this time.
0 commit comments