Skip to content

Commit 03a415f

Browse files
committed
prepare release
1 parent 93243a3 commit 03a415f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [1.1.0] - 2024-11-26
9+
910
### Changed
10-
- Drop support for PHP version 7.2
11+
12+
- Add support for PHP 8.4, drop support for PHP version 7.2
1113

1214
### Fixed
15+
1316
- Add missing `composer test` command and use it in CI
1417
- Fix deprecated usage of prophesize in phpunit tests
1518

tests/PromiseExceptionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class PromiseExceptionTest extends TestCase
2727
public function testExceptionThatIsThrownForGuzzleException(
2828
RequestInterface $request,
2929
$reason,
30-
string $adapterExceptionClass
30+
string $adapterExceptionClass,
3131
): void {
3232
$guzzlePromise = new \GuzzleHttp\Promise\Promise();
3333
$guzzlePromise->reject($reason);

0 commit comments

Comments
 (0)