Skip to content

Commit 82160cb

Browse files
committed
Prepare v2.8.1 release
1 parent 1a4abb5 commit 82160cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.8.1 (2020-05-19)
4+
5+
* Fix: Fix cancellation of pending requests with promise followers.
6+
(#164 by @clue)
7+
38
## 2.8.0 (2020-05-13)
49

510
* Feature: Use HTTP/1.1 protocol version by default and add new `Browser::withProtocolVersion()`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ This project follows [SemVer](https://semver.org/).
768768
This will install the latest supported version:
769769

770770
```bash
771-
$ composer require clue/buzz-react:^2.8
771+
$ composer require clue/buzz-react:^2.8.1
772772
```
773773

774774
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)