Skip to content

Commit 65b441d

Browse files
committed
Prepare v2.8.2 release
1 parent 0a83167 commit 65b441d

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.2 (2020-06-02)
4+
5+
* Fix: HTTP `HEAD` requests should not expect a response body.
6+
(#166 by @clue)
7+
38
## 2.8.1 (2020-05-19)
49

510
* Fix: Fix cancellation of pending requests with promise followers.

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.1
771+
$ composer require clue/buzz-react:^2.8.2
772772
```
773773

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

0 commit comments

Comments
 (0)