Skip to content

Commit ce8f43a

Browse files
committed
prepare release
1 parent 8002fae commit ce8f43a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## Unreleased
1111

12+
## [1.8.0] - 2019-08-05
13+
14+
### Changed
15+
16+
- Raised minimum PHP version to 7.1
17+
1218
### Fixed
1319

14-
- Fixed Fatal error on `CurlCommandFormatter` when body is larger than `escapeshellarg` allowed length.
20+
- Fatal error on `CurlCommandFormatter` when body is larger than `escapeshellarg` allowed length.
21+
- Do not read stream in message formatter if stream is not seekable.
1522

1623
## [1.7.2] - 2018-10-30
1724

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "1.6-dev"
57+
"dev-master": "1.8-dev"
5858
}
5959
},
6060
"config": {

0 commit comments

Comments
 (0)