Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 4d8778e

Browse files
committed
prepare release
1 parent 9c00934 commit 4d8778e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
## 1.1.0 - Unreleased
4+
## 1.1.0 - 2023-04-14
55

66
### Changed
77

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
**Factory interfaces for PSR-7 HTTP Message.**
88

9+
## Obsolete
10+
11+
The PHP-HTTP factories have become obsolete with the [PSR-17](https://www.php-fig.org/psr/psr-17/) factories standard.
12+
All major HTTP client implementors provide [PSR-17 factories](https://packagist.org/packages/psr/http-factory).
13+
14+
This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
915

1016
## Install
1117

0 commit comments

Comments
 (0)