Skip to content

Commit 47a1433

Browse files
committed
prepare release
1 parent 9b38270 commit 47a1433

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [1.16.0] - 2023-XX-XX
9+
## [1.16.0] - 2023-05-17
1010

11-
- Remove direct dependency on php-http/message-factory
11+
- Remove direct dependency on `php-http/message-factory` as it is only needed for the deprecated Httplug factories.
12+
Upgrade to PSR-17 message factories provided by your HTTP client implementation.
13+
If you need the Httplug factories for the time being, you can `composer require php-http/message-factory` in your application.
1214

1315
## [1.15.0] - 2023-05-10
1416

0 commit comments

Comments
 (0)