Skip to content

Commit a8b5648

Browse files
committed
prepare release
1 parent f95097d commit a8b5648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
# Version 2
66

7-
# 2.0.0 - (unreleased)
7+
# 2.0.0 - 2024-09-16
88

99
- Increased min PHP version to 8.1
1010
- Removed the deprecated `httplug_markup` twig filter. Use `@Httplug/http_message.html.twig` template instead.
@@ -16,7 +16,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1616
- Changed the default stream factory argument for the cache plugin. This now requires a PSR-17 StreamFactoryInterface instance.
1717
- Creating a client using the `BuzzFactory` no longer accepts `verify_peer` and `verify_host` config options. Only a boolean `verify` flag is accepted, covering both previous options.
1818
- Removed support of deprecated PHP-HTTP factories, only PSR-17 factories are now supported and used.
19-
- Removed `message_factory`, `uri_factory`, and `stream_factory` classes config option. You can configure your own factories via psr17_*_factory classes config
19+
- Removed `message_factory`, `uri_factory`, and `stream_factory` classes config option. You can configure your own factories via `psr17_*_factory` classes config
2020
- Removed support for guzzle5-adapter
2121
- Removed support for Symfony versions <5.4
2222
- Changed the return type of `ClientFactory` to return a `ClientInterface` instead of `ClientInterface|HttpClient`

0 commit comments

Comments
 (0)