We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f59b2 commit b0e858fCopy full SHA for b0e858f
CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## [3.1.0] - 2024-03-05
10
+
11
+- Removed builds for abandoned guzzle5 and guzzle6 adapters
12
+- Support PSR-17 factories
13
14
## [3.0.1] - 2021-03-21
15
composer.json
@@ -49,10 +49,5 @@
49
"bin": [
50
"bin/http_test_server"
51
],
52
- "extra": {
53
- "branch-alias": {
54
- "dev-master": "3.x-dev"
55
- }
56
- },
57
"minimum-stability": "dev"
58
}
0 commit comments