Skip to content

Commit b0e858f

Browse files
committed
prepare release
1 parent 15f59b2 commit b0e858f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

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

9+
## [3.1.0] - 2024-03-05
10+
11+
- Removed builds for abandoned guzzle5 and guzzle6 adapters
12+
- Support PSR-17 factories
913

1014
## [3.0.1] - 2021-03-21
1115

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,5 @@
4949
"bin": [
5050
"bin/http_test_server"
5151
],
52-
"extra": {
53-
"branch-alias": {
54-
"dev-master": "3.x-dev"
55-
}
56-
},
5752
"minimum-stability": "dev"
5853
}

0 commit comments

Comments
 (0)