Skip to content

Commit 3979e3d

Browse files
committed
release: 1.2.0
1 parent 9304e28 commit 3979e3d

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 1.0.1
5+
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).
6+
7+
## [1.2.0] - 2024-12-05
8+
9+
### Changed
10+
11+
- Bump minimum supported PHP version to 8.2.
12+
13+
## [1.1.1] - 2024-03-04
14+
15+
### Changed
16+
17+
- Bump minimum supported PHP version to 8.1.
18+
19+
## [1.1.0] - 2024-03-04
20+
21+
### Added
22+
23+
- Support `UploadedFileFactoryInterface` and `UriFactoryInterface` — [\@flavioheleno](https://github.com/flavioheleno) ([\#5](https://github.com/psr-discovery/http-factory-implementations/pull/5))
24+
25+
## [1.0.1] - 2023-04-26
626

727
### Fixed
828

9-
- Corrected typo in `Http\Factory\Guzzle\ResponseFactory` reference — [@stephenfrank](https://github.com/stephenfrank) ([\#1](https://github.com/psr-discovery/http-factory-implementations/pull/1))
29+
- Corrected typo in `Http\Factory\Guzzle\ResponseFactory` reference — [\@stephenfrank](https://github.com/stephenfrank) ([\#1](https://github.com/psr-discovery/http-factory-implementations/pull/1))
1030

11-
## 1.0.0
31+
## [1.0.0] - 2023-03-27
1232

1333
### Added
1434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo
1717

1818
## Requirements
1919

20-
- PHP 8.1+
20+
- PHP 8.2+
2121
- Composer 2.0+
2222

2323
Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.

0 commit comments

Comments
 (0)